Reputation: 121
In one of my app developed in Xcode 4.5 iphone 4s is not detecting and it is just showing as ios device.
I have added udid of the phone,created the app id of the app,configured provisioning profile and selected the udid and app id and created an active provisioning profile.
I downloaded it and it shows a valid profile in the organizer. I have configured plist file and made Build identifier as com.companyname.appname
just similar to the app id(I excluded the id number in front of the app id). Still it is not detecting the phone.But other xcode project created in the same version detects the phone.
Could you please help me to sort this out? Thanks in advance.
Upvotes: 1
Views: 262
Reputation: 1081
To identify the device, set the deployment target to your iPhone's iOS version in Project > Summary > Deployment target.
Upvotes: 1