Reputation: 364
I know there are a lot of posts about this, but I cannot get the app to test on my device. Im wondering about this because I DID get a simple "Hello World" but then it didn't work after that.
I can post screenshots, just request them. I think I followed all of the provisioning instructions correctly...I double checked.
I have armv7 changed to armv6 because it is an iPhone 3G.
Any ideas? Thank you
Upvotes: 2
Views: 281
Reputation: 251
How to add support for iOS 3.0, armv6 in Xcode 4.2 and up: Set your deployment target to 3.0 or earlier:
Modify Architectures to include armv6 like so: 1)Select Other,
Click on the "+" button,and Type in "armv6"
Then remove Required Device Capabilities from info.plist by clicking the "-" button row.
Upvotes: 4