Everytime I run my application in Xcode 4.2 with iOs 5, Xcode says it finished running on my device but actually it doesn't build there, it just finished running. But when I run my application in Xcode 4.1 it runs in my device. by the way, my device is an ipod Touch 2nd gen with an iOs version of 4.2.1. Can anyone suggest what must be causing the problem? thanks
Asked
Active
Viewed 360 times
1 Answers
2
In your project target -> build settings
In the field "Architectures", add "armv6" and you should able to build and run the app with armv6 device s

Hanon
- 3,917
- 2
- 25
- 29
-
I've tried to add armv6 in the field "Architectures" but still it does not run and build in the device. By the way, my valid architectures were armv6 and armv7. – Jahn Nov 23 '11 at 08:29