I am selecting the Dusk theme in Xcode preferences.
When I close and re-open xcode the theme is back to the default.
How can I avoid this happening?
I am selecting the Dusk theme in Xcode preferences.
When I close and re-open xcode the theme is back to the default.
How can I avoid this happening?
I'm having the same issue. Xcode 8.1 on macOS 10.12.1. Did you find a solution?
I had this problem and in my case it was a broken symlink at
~/Library/Developer/Xcode/UserData/FontAndColorThemes.
So I did the following:
rm ~/Library/Developer/Xcode/UserData/FontAndColorThemesmkdir ~/Library/Developer/Xcode/UserData/FontAndColorThemesAnd Theme selection works as expected now.
NOTE: You might lose some themes with this approach, use at your own risk!