Jargen89
Jargen89

Reputation: 480

Why can't I see the XIB files here in XCode9

The interface to my app is primarily made with XIBs, this is indeed an old project but it ran fine in XCode8. I've finally got to install XCode9 but all my Xib files look like this. Can anyone help explain what's happening and how I can fix it?

enter image description here

Upvotes: 2

Views: 480

Answers (2)

Varun Naharia
Varun Naharia

Reputation: 5420

Try Editor->Refresh All Views. or try to change View as size to different device enter image description here

Upvotes: 1

Vishal Patel
Vishal Patel

Reputation: 507

i think its a bug of xcode. sometimes its resolve by Quit and restart the xcode. OR clear Derive data from

Xcode---> Preferences--->Location--->Derived Data

Upvotes: 1

Related Questions