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


My Xcode is crashing when I press the refresh button in the Organizer. There seems to be a problem with the certificate and provision profile. If I log in as a second user in the same Mac, then everything is working fine.

So, can I clear user-specific settings without affecting the encoded installation? Like cleaning of organizer settings, provisioning profiles, etc.?

Here's the official solution for Apple:

Run / Applications / Utilities / Terminal Execute the app and the following statement:

mkdir ~ / library / developer / xcode / old portsites; Mv ~ / Library / Developer / Xcode / connect1.apple.com * ~ / Library / Developer / Xcode / OldPortalDBs

See:

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -