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

4

9

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

Aspa answered 27/3, 2013 at 12:53 Comment(0)
U
26

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.

Uncle answered 27/3, 2013 at 13:19 Comment(1)
Thats Great. Worked for me. Never know it would be this easy. Thanks AttilaAspa
W
1

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

Word answered 6/4, 2013 at 0:44 Comment(0)
W
0

It's probably a bug in Xcode. I have a similar problem - it crashes when I refresh the provisioning profiles in the Organizer - every time. I ended up doing everything through the provisioning portal them manually downloading the profiles and updating them in Xcode.

Whereupon answered 27/3, 2013 at 12:58 Comment(1)
I would suggest you to try the aove solution by Attila.Aspa
W
0

~/Library/Developer/Xcode/connect1.apple.com* No such file or directory;

Oh my god, what's the problem.

==========

update

the answer did not work for me, after all, I cleaned all the related informations in keychain, and all provisioning files in Xcode, and renewed all these files, fixed this issue

Wayless answered 15/5, 2013 at 6:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.