Jahn
Jahn

Reputation: 97

application not running on a device in Xcode 4.2

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

Upvotes: 1

Views: 363

Answers (1)

Hanon
Hanon

Reputation: 3927

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

Upvotes: 2

Related Questions