Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Broken xib with xcode 10.3

Unable to view or manipulate all xib file after updating xocde to 10.3 version.
Is there any solution for that?

My OS version: 10.14.4 (18E226)

Delete Derived data[Not working]

enter image description here

like image 320
SPatel Avatar asked Jul 23 '19 08:07

SPatel


3 Answers

Completely delete your derived data from preferences and later restart your machine.

like image 118
user1828845 Avatar answered Nov 16 '22 19:11

user1828845


Restarting the computer fixed the problem. At least for me.

like image 2
Didats Triadi Avatar answered Nov 16 '22 19:11

Didats Triadi


I had a similar problem after these install problems:

  1. App Store upgrade of Xcode stalled (similar to Xcode - how to reset glitched Xcode 10.2 installation?)
  2. Safe mode reboot stalled
  3. Downloaded 10.3 from https://developer.apple.com/download/more/
  4. New Xcode had no Simulators installed -- OK, fix that

After all that waiting, an opened project looks like this

enter image description here

The above described remove-DerivedData-restart fixed this. OK, that's post hoc reasoning, ymmv.

like image 1
Andrew Duncan Avatar answered Nov 16 '22 19:11

Andrew Duncan