Page 1 of 2

Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Fri Sep 28, 2012 10:22 am
by Patrick de Groot

Does any one have a idea what I'm doing wrong? When I start a basic regular Xcode project, I have no problems running it on a actual device.

Image


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Fri Sep 28, 2012 10:49 am
by Maryna Brodina

Hello! It seems that the problem is that you are using new version of xCode which supports iOS6. We'll try to reproduce and fix this problem. As a workaround - please try to use previous version of xCode.


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Fri Sep 28, 2012 2:18 pm
by Maryna Brodina

The problem is in current version of PhoneGap/Cordova 2.0.0 framework, which does not support armv7s architecture. So the probably fix may be to add armv7s architecture to CordovaLib project settings as described here: http://grammarofdev.blogspot.com/2012...


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Thu Oct 04, 2012 9:15 am
by Patrick de Groot

Thank you. The fix was to remove the armv7s architectures from the project and just use armv6 and amv7. Well at least that made it possible to compile the project and run it.


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Thu Oct 04, 2012 3:16 pm
by Patrick de Groot

I added armv7s architecture but am unable to compile the project. When compiled with the older architectures, the app wouldn't run on the iPhone 5. Is there any way to get the project up and running on the latest iPhone?


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Thu Oct 04, 2012 4:33 pm
by maxkatz

To build for iPhone you need Apache Cordova (PhoneGap) version 2.1. The project that you get from Tiggzi is based on version 2.0.


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Tue Oct 16, 2012 6:41 pm
by Eric5020946

any update on this one? when should we expect phonegap 2.1 in tiggzi?


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Tue Oct 16, 2012 7:15 pm
by maxkatz

We started working on it.. but I don't have an exact date yet.


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Tue Oct 23, 2012 9:04 pm
by Eric5020946

any news on phonegap 2.1?


Can't Run the exported Xcode project on an actual device (Mach-O linker error)

Posted: Tue Oct 23, 2012 9:31 pm
by maxkatz

Still working :)