Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i just upgraded my iPhone 3GS to iOS 4.1 and also downloaded the latest Xcode 3.2.4 and iOS sdk 4.1....i was working on an application on previous sdk iOS 4.0 but now when i build the project with new sdk xcode says No Provisioned iOS Device is connected...do i need to install a new provisioning profile for the project?? i cant figure out why xcode wont build the application??

share|improve this question
Is this an incremental upgrade or a clean restore? – BoltClock Oct 14 '10 at 8:36

1 Answer

up vote 2 down vote accepted

If you set up a new iPhone and did not restore it from a backup, your profiles have been lost. You need to reinstall them. Of course, you can use the same one again, as your unique device ID (UDID) does not change with a software update.

Connect your device, open the Xcode organizer (Windows -> organizer or Cmd+Option+O), select your device and click "Use for development". Then you can add your provisioning profile again.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.