Reputation: 171
I'm using the latest version of Xcode 6.
When I click "images.xcassets" folder Xcode stops.
I've reinstalled my Xcode but Xcode still freezes.
What should I do?
Upvotes: 0
Views: 41
Reputation: 92384
Xcode 6.1.1 is pretty buggy (especially if you're using tabs) and actually we can only hope for Apple to release a bugfix version soon. But one thing that often helps is deleting the user data (UI state):
MyProject.xcodeproj
or MyProject.xcworkspace
directory, delete the xcuserdata
directory.
Upvotes: 1