I am working on building an app. Earlier I have used Xcode 7.1 at that time everything was working fine. Recently I have installed Xcode 8.0 as well and I have both the setups installed into in two different directories Xcode_7, Xcode_8 and I renamed the setup files as well. Everything was working fine but lately I am getting the following error while working with Xcode 8.
"An internal error occurred. Editing functionality may be limited "
and the storyboard view objects are all gone empty like shown in the image but I am able to click on a specific view and still can see their properties defined through attributes inspector but nothing shows up in storyboard still I am able to build the project successfully but while loading it in simulator it says
Unable to boot the iOS simulator
I have followed few tips like reinstalling the Xcode , trashing the derived data from preferences. Nothing helped so far. Please let me know if anyone resolved this issue.
Storyboard file ViewObjects all gone empty
UPDATE
I have found the fix with the help of apple forums here Visit!. Disabling the SIP (System Integrity Protection) in my iMac which runs on El Capitan solved the issue however not sure disabling it will raise any further errors. :)