Search code examples
xcodeprovisioning-profileorganizer

How to clean xcode user specific settings (organizer, provisioning profiles)?


My xcode is crashing when i press the Refresh button in organizer. Seems there is some problem with certificate and provisioning profile. If i log in as another user in the same mac, everything is working fine.

So, can I clean the user specific settings without affecting the xcode installation? Like cleaning the organizer settings, provisioning profiles, etc.?


Solution

  • Here's Apple's official workaround:

    Run /Applications/Utilities/Terminal.app and execute the following statement:

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

    See: Xcode 4.6.1 crashing while interacting with the developer portal