Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

IOS7 - Testing on a Device from Xcode

All,

if any of you are getting issues with the compiler/linker in Xcode with IOS7 using your export from Appery, there's a simple fix to get it to work.

Simply click on CordovaLib in your project,
then cordovaLib in the target and select Build Settings.

Then scroll down to architectures and for both debug and release change the
"any IOS SDK" option
from "Standard architectures (armv7)" to "Standard architectures (armv7, armv7s)"

rebuild the project and you will have no problems running it on a physical device.

Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

IOS7 - Testing on a Device from Xcode

Hi Andy,

Thank you for sharing this!

Return to “Issues”