Khromos
Khromos

Reputation: 59

interface Builder Storyboard Compiler Error - exit 255 - What this error means?

I'm having this error and it came from nowhere. The compiler was working well until last week. My compiler is taking a lot of time to compile the code and almost all of the times are returning me this error. I've been having a lot of trouble after the iOS 11 was release. Do you know what it means?

enter image description here

I have Xcode9 and I'm asking if it's a problem with the new version or something like else. Also I don't know how to fix this, since I was searching for this answer this last 5 days with no success.

Upvotes: 2

Views: 301

Answers (1)

mugx
mugx

Reputation: 10105

After cleaning the project and derived data, try to uncheck the following option:

Xcode->Preferences->General->Issues->"Show live issues"

Upvotes: 1

Related Questions