-
Notifications
You must be signed in to change notification settings - Fork 27
Errors running on device with ios7 #6
Comments
+1, I'm running into the same issue with anything running a 64 bit build. |
+1, the same code |
All @jackygrahamez errors that follow the line:
Are because the static JavaScript Core library (JavaScriptCore.a) included with this project has some problems with arm64. The current solution is to use the SDK JavaScriptCore framework, link it to the project and remove the static library. See the following issue for the original solution: As for the rest of your errors, not sure. @jackygrahamez, are they warnings or errors? (Appreciate this is a few months late!) |
You don't need to get anything. JavaScriptCore is a public system framework as of iOS 7. |
Yes, apologies. That is what I meant.. Comment amended :) |
First I got it running in the emulator. Then I plugged in an iPad Air and got these errors when I ran the code. Any suggestions?
The text was updated successfully, but these errors were encountered: