Accounts disappearing in Xcode 9

Viewed 1184

enter image description here

I upgraded to Xcode 9.0 recently and for some reason my accounts doesn't get stored in the Accounts panel anymore. Xcode stores them if I close the program, but NOT when I restart the computer.

I guess this is a bug and not a new feature, but are there any hacks or settings that I could change to prevent my accounts from disappearing (except from never turn off the computer that is)?

2 Answers

I solved this issue by reinstalling Xcode. Apparently something went wrong in the first upgrading process.

Before reinstallation I deleted the app in Applications folder and deleted everything in ~/Library/Caches folder.

Related