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

ios, xcode, xcode-organizer, xcode4.6

Solution

Here's the solution:

- Exit Xcode.

Run the following commands in Terminal:

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

Start Xcode and try again!

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

Problem

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

Original source