Szwedo
Szwedo

Reputation: 364

Cannot load app onto device

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

Answers (1)

Khalil Ghaus
Khalil Ghaus

Reputation: 251

How to add support for iOS 3.0, armv6 in Xcode 4.2 and up: Set your deployment target to 3.0enter image description here or earlier:

Modify Architectures to include armv6 like so: 1)Select Other, enter image description here

Click on the "+" button,and Type in "armv6" enter image description here

Then remove Required Device Capabilities from info.plist by clicking the "-" button in that row.

Upvotes: 4

Related Questions