Xcode 5 not starting

I had problems starting Xcode, the application will load and respond when I open the console application, it gave this error ERROR: attempt to move resize toolbar which is not shown, aborting _toolbarFrameSizeChanged:oldSize:

I tried reinstalling it, but it still has the same problem. What do I need to do to start Xcode again?

+6
source share
1 answer

I have done many things, including uninstalling / reinstalling Xcode, deleting preferences and application state, caches, etc.

But working only worked with the removal of "Autosave information" for Xcode.

 rm -rf ~/Library/Autosave\ Information/*.xcworkspace rm ~/Library/Autosave\ Information/com.apple.dt.Xcode.plist 
+4
source

Source: https://habr.com/ru/post/957966/


All Articles