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]
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]
Completely delete your derived data from preferences and later restart your machine.
UPDATE:- Finally I got the problem. In my case, it was an IBDesignable Class with IBInspectable Properties. I was assigned this class to my view. To fix this I just create a subclass of my IBDesignable class.
I had a similar problem after these install problems:
After all that waiting, an opened project looks like this
The above described remove-DerivedData-restart fixed this. OK, that's post hoc reasoning, ymmv.