So Xcode 8 has been pretty buggy and seems to crash constantly when using the Sprite Kit scene editor and tile maps...
The error occurred while I had a scene open in the scene editor and was using tile maps.
Now I can't even open my project for more than 3 seconds without Xcode crashing... Kind of at a loss as to what to do...
I've tried uninstalling and reinstalling Xcode...but that did nothing.
Here's a pastebin of the crash report. Any help would be extremely appreciated.
http://pastebin.com/kDMjPYec
Clearing the Xcode's derived data folder worked for me. you can find the derived data location in Xcode -> Preferences -> Locations tag.
I had a similar problem (unrelated to SceneKit though) — Xcode would just crash when opening a certain project. Deleted my UserInterfaceState.xcuserstate
file from under the xcworkspace
directory and that solved it.
I had this issue. Got it solved using Solution 2.
Solution 1 :
cmd + comma (,)
to open Xcode Preference
windowLocations
Tab (last one)Derived Data
section check arrow present next to path. Click on that.new window with location of Derived data
Solution 2 :
Right click on workspace
and select Show Package content
Delete xcuserdata folder.
This folder is like cache viz storing details of all you have done with project such as number of debugger set etc.I believe the Git reset
command was made for moments like this. So rather than pointing the finger at Xcode, it's better to have a workflow that acknowledges that things sometimes go wrong. Git reset
would take you back to a known good state.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With