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

1

4

I have tried following solutions to fix this issue

  • removed derive data
  • clean build
  • create new storyboard file
Rayshell answered 18/10, 2017 at 10:24 Comment(5)
i have seen all post but i could not fix the issueRayshell
What is your stack trace of the crash ?Joellenjoelly
@HaroonUrRasheed Why you accept the answer here then? Because it is the same solution as users provided in the post you are duplicating.Interview
please read my comments on accepted answerRayshell
@HaroonUrRasheed Still do not see why you are duplicating the same question and moreover why you accepted something that is not even proper solution (based on you comment).Interview
T
5
  • 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.
Treatise answered 18/10, 2017 at 10:31 Comment(1)
Brilliant! Doing this sorted out this issue for me.Oby

© 2022 - 2024 — McMap. All rights reserved.