Segev
Segev

Reputation: 19303

Looking for Xcode settings folder

So after this question: Text cursor in xcode isn't typing. blinking rectangle instead of a blinking line wasn't answered I've created a new user on the system and xcode works fine there so, I went back to the old username and started to search for suspicious files around the system. I'm looking for any Xcode user related folder that can hold any kind of settings for me to delete. I can't reset xcode from the terminal (that would be just like using the new user I've created) because there are a lot of provision keys and a lot of recent Data in xcode I don't want to lose.

Thanks

Upvotes: 4

Views: 3874

Answers (1)

Abizern
Abizern

Reputation: 150565

You could try and kill all the preference files: any of the Xcode related items in ~/Library/Preferences

And then you could delete shared data:

~/Library/Application Support/Shared/

and

~/Library/Developer/

Upvotes: 1

Related Questions