Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 9 is being crashed on opening all storyboard files [duplicate]

I have tried following solutions to fix this issue

  • removed derive data
  • clean build
  • create new storyboard file
like image 798
Haroon Ur Rasheed Avatar asked Oct 29 '25 08:10

Haroon Ur Rasheed


1 Answers

  • The solution for me was to remove user data in .xcodeproj and .xcworkspace.

Right click > Show package content > and remove xcuserdata FOLDER ONLY.

  • Other way to fix this is to open that project with other xcode version( for ex. you are working in xcode 8.2, open with 8.3) and close all windows, quit xcode and open the project with xcode version you want.
like image 199
Egzon P. Avatar answered Oct 30 '25 23:10

Egzon P.