Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 9 Storyboards are not displaying properly

Tags:

xcode9

On Xcode 9, all my storyboards seem to be displaying in blue outlines only. Doesn't seem to be a new feature....Anyone has the same issue?

enter image description here

like image 222
tzuer Avatar asked Jun 13 '17 21:06

tzuer


People also ask

How do I see storyboard in Xcode?

To get this, open the storyboard, click the 'assistant' editor, click the 'assistant editor menu button' (immediately to the right of the > arrow at the top left of the assistant window) and select Preview.

How do I change the storyboard in Xcode?

To create a new control with the Xcode Interface Builder, first select the storyboard you'd like to edit. Then, open the Xcode Library dialog (View > Show Library) and drag the control to your storyboard. Next, open up the corresponding view controller header file. For a blank "Single View" Xamarin.

What are Xcode storyboards?

Storyboarding is a feature built into Xcode that allows both the various screens that comprise an iOS application and the navigation path through those screens to be visually assembled.


1 Answers

I has this issue in two different storyboards, where I can see an error on the top which said:

"An internal error occurred..."

In one of them I could solve the issue removing Derived Data following this steps on Xcode:

Preferences > Locations > Derived Data > click the arrow to open in Finder > Delete it

In the other one I wasn't able to solve it so I'm using Xcode 8 for that Storyboard (You can open both Xcode 8 and Xcode9b2 and code with them at the same time)

like image 197
kikettas Avatar answered Sep 17 '22 12:09

kikettas