Reputation: 59
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?
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
Reputation: 10105
After cleaning the project and derived data, try to uncheck the following option:
Xcode->Preferences->General->Issues->"Show live issues"
Upvotes: 1