Reputation: 480
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?
Upvotes: 2
Views: 480
Reputation: 5420
Try Editor->Refresh All Views. or try to change View as size to different device
Upvotes: 1
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