madLokesh
madLokesh

Reputation: 1878

Unable to load/install application on iPhone

After following every step from how to create a certificate till adding provisional certificate to Xcode, I am unable to load the application on the iphone.

I am using Xcode 4.2 iOs 5 and trying to load application on iOS 4.1 [iPhone 3G ].

When I run other sample apps on my device, it successfully installs and runs.

My app gets buld successfully and I have configured the buld settings of my app according to my iOS.

What could be the probable reason?

Please help.

For testing purposes only, my app consists of a lone UIButton, thats it.

Upvotes: 0

Views: 308

Answers (2)

madLokesh
madLokesh

Reputation: 1878

Check out the post Is it possible to target older iOS versions when using Xcode 4.2 and iOS 5 SDK? answered by mmorris.

It helped me out.

Upvotes: 0

ymutlu
ymutlu

Reputation: 6715

In application build settings set deployment target lower then your device ios. Xcode templates starts with 5.0, hope this helps.

I am using Xcode 4.2 iOs 5 and trying to load application on iOS 4.1

Upvotes: 1

Related Questions