Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.6.1 crashes whenever i try to add my device to the provisioning portal.

Xcode 4.6.1 crashes whenever i try to add my device to the provisioning portal through Xcode Organizer.

like image 973
Praveen Kumar Avatar asked Mar 27 '13 12:03

Praveen Kumar


2 Answers

Here's the solution:

  1. Exit Xcode.
  2. Run the following commands in Terminal:

    mkdir ~/Library/Developer/Xcode/OldPortalDBs; mv
    ~/Library/Developer/Xcode/connect1.apple.com* ~/Library/Developer/Xcode/OldPortalDBs

  3. Start Xcode and try again!

For more details, see the official post on Apple Developer Forums.

like image 185
Attila H Avatar answered Nov 09 '22 03:11

Attila H


It is definitely a bug in Xcode. Was working fine in the past. The command does not work for me either. The directory ~/Library/Developer/Xcode not found. Any advice, please. It is interesting, my new iPad was added without any problems. Cannot add iPhone to provisioning profile. iPhone runs iOS 6.1.3, iPad 6.1.2. It seems Xcode 4.6.1 does not support iOS 6.1.3

like image 1
romaer Avatar answered Nov 09 '22 03:11

romaer