Search code examples
iosxcodexcode4compilation

Xcode 4.2 compiling for iOS 3.1.3 Device


I'm trying to compile my app to a iPhone 3 with iOS 3.1.3. The device is activated as developer and I've configured the deployment target to iOS 3.1 so the iPhone is detected.

When I click Run, it compiles with no error and says "Finished running MyApp on iPhone of myname". However, the app's not executing in the iPhone, nothing happens.

What am I suppose to do to run the app in my old device? When I try with a iPhone 4 there's no problem!

Thanks!


Solution

  • Check the architectures you are building for in your build settings. You should have armv6 in there for the iPhone 3.