ricardoquesada / Spidermonkey

SpiderMonkey
Other
246 stars 155 forks source link

build error with IOS SDK 11.2 #42

Open huangqiaobo opened 6 years ago

huangqiaobo commented 6 years ago

when i run ../../build-ios/build.sh

../js/src/shell/js.cpp:3776:18: error: 
      call to unavailable function 'system': not available on iOS
    int result = system(command.ptr());

i try to build spidermonkey to support bitcode, but failed. system has been deleted by apple at iOS11

ricardoquesada commented 6 years ago

ha. Yes, I haven't used iOS + spidermonkey in a while. sorry, I can't help you with this.