You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resim.mm:56:15: error: 'system' is unavailable: not available on iOS
int status = system(cmd);
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.2.sdk/usr/include/stdlib.h:184:6: note: 'system' has been explicitly marked unavailable here
int system(const char *) __DARWIN_ALIAS_C(system);
^
1 error generated.
make[1]: *** [build] Error 1
make: *** [all] Error 2
has anyone faced this issue before ?
The text was updated successfully, but these errors were encountered:
full error while running
make all
:has anyone faced this issue before ?
The text was updated successfully, but these errors were encountered: