5

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

AppsDev
  • 12,319
  • 23
  • 93
  • 186

2 Answers2

6

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.

HaemEternal
  • 2,229
  • 6
  • 31
  • 50
S.Jain
  • 441
  • 4
  • 9
  • 1
    In situation like this, it might be worth using - CMD+ALT+SHIFT+K to go a step further and wipe the whole build folder: http://stackoverflow.com/questions/8087065/xcode-4-clean-vs-clean-build-folder – HaemEternal Nov 11 '15 at 10:59
1

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

Hrishikesh
  • 498
  • 4
  • 19