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.
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.
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...
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.
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?
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.
any update on this one? when should we expect phonegap 2.1 in tiggzi?
We started working on it.. but I don't have an exact date yet.
any news on phonegap 2.1?