I tried exporting a simple app to Xcode and I'm getting 32 warnings and 1 build error that's not letting me move forward. Please see attached image.
The problem could be related to the new xCode version. Pease try compiling with these steps http://blog.tiggzi.com/2012/10/export...
Sorry, I forgot to add in the description that I actually did follow those instructions after I got the error. These instructions resolved one of the warnings but did not fix the overall issue.
Also noted that the instructions need to be updated for the new version of Xcode as ARM7 is not an option any longer.
Thanks and look forward to your quick help as this is a show stopper since I can't compile any apps.
Could you share your project please? We'll test it.
http://help.gotiggr.com/documentation...
for XCode 4.5.1
make sure you build for armv7 only, everything else should be removed for target and project - when set up correctly you will not get this error
in case it won't work, close xcode, open cordova xcodeproj, set the same values, only armv7, build - then close and go to main project and build, it should work
What email address should I share it with? I only have the Share Tab inside my app and it's wanting an email address. DOesn't look like what your documentation shows.
Thanks Max, the app is now shared with support@ Thanks!
Hi Josh! Did you try the steps Eric suggested? Did you get it working?