the problem is described in the header. The architecture in the Build Settings is set to (armv 7) $(ARCHS_STANDARD_32_BIT). armv6 doesnt work either. The device is running iOS 4.2.1. I updated my Xcode today and since then it doesnt run on the 3G anymore, however it works on the 4S with iOS 5.1. The App is developed with Phonegap
Anybody has experienced this and knows how to avoid it?
Thanks in advance
Make sure your Info.plist doesn’t contain a “Required device
capabilities” key for armv7. If it exists, remove it.
Make sure that “Build Active Architecture Only” is set to NO.
Under your target’s “Build Settings”, Select “Other” in the “Architectures” row, and manually enter two values: armv6 and armv7. Click outside the popover to save the manually entered values.