Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Internal errors in xib files in Xcode 7.1

I have several xib files in my iOS project and now that I have upgraded to Xcode 7.1, when I build my target, I'm getting errors in some of such xib files that say something like:

Internal error. Please file a bug at bugreport.apple.com and attach all crash logs from ~/Library/Logs/DiagnosticReports.

Has somebody else experienced this?

Thanks in advance

like image 993
AppsDev Avatar asked Nov 03 '15 07:11

AppsDev


2 Answers

Clean your xcode, cmd+shift+k.

Also, Xcode 7.1 is showing some bugs. Send your report on Apple Support. Also try restarting your XCode.

like image 179
S.Jain Avatar answered Nov 14 '22 02:11

S.Jain


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

like image 1
Hrishikesh Avatar answered Nov 14 '22 02:11

Hrishikesh