Patrick de Groot
Posts: 0
Joined: Fri Sep 28, 2012 10:22 am

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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...

Patrick de Groot
Posts: 0
Joined: Fri Sep 28, 2012 10:22 am

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

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.

Patrick de Groot
Posts: 0
Joined: Fri Sep 28, 2012 10:22 am

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

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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.

Eric5020946
Posts: 0
Joined: Tue Sep 18, 2012 4:31 pm

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

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

Return to “Issues”