Internal errors in xib files in Xcode 7.1

I have several xib files in my iOS project, and now I upgraded to Xcode 7.1 , when I create my target, I get errors in some of the xib files that say something like:

Internal error. Please write the bug to bugreport.apple.com and attach all the crash logs from ~ / Library / Logs / DiagnosticReports.

Has anyone else experienced this?

Thank you in advance

+5
source share
2 answers

Clear your xcode, cmd + shift + k .

In addition, Xcode 7.1 shows some errors. Submit an Apple Support Report. Also try restarting your Xcode.

+6
source

Clear: Product-> Clear Build: Product-> Build and then Archive works for me.

+1
source

Source: https://habr.com/ru/post/1235091/


All Articles