thibaut noah
thibaut noah

Reputation: 1514

xcode 9 crashes when opening storyboard created with xcode 8

xcode 9 crashes 100% of the time while opening a storyboard created by xcode 8 on high sierra. This happens on every project.

Error message was : "There can only be one document registered with a given URL"

Upvotes: 1

Views: 659

Answers (2)

Rajeev Udayan
Rajeev Udayan

Reputation: 310

Create a new single view application, open the storyboard there, and then go back to your original project and it should work.

Upvotes: 1

thibaut noah
thibaut noah

Reputation: 1514

The fix for me was to :

  • Cleaning build folder
  • Clean, delete derived data
  • Delete saved state
  • Reboot with reopening windows
  • Create new single view application
  • Open storyboard.

Now you should be able to open your storyboards again

Upvotes: 1

Related Questions