Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interface builder storyboard compiler error Xcode

I downloaded Xcode and am getting "Interface builder Storyboard Compiler Error" when I try and run any project.

So far to troubleshoot this I have(based off any similar threads): -cleaned the file -created a new blank file (which still gives the compiler error message) -uninstalled and reinstalled Xcode (Version 8.2.1) -tried installing Xcode 8.3 beta 5 (still gives me the same error)

so far nothing has fixed this error. Also I'm up to date on OS, running macOS Sierra version 10.12.3

I am learning swift for work and am hoping to get this figured out soon.

Thank you!

(This is a picture of the Error code screenshot)

like image 869
RyGuy Avatar asked Mar 23 '17 06:03

RyGuy


3 Answers

Xcode 8.2.1:

  • quit Xcode
  • delete .xcuserdatad folder inside xcuserdata of .xcworkspace(if using Cocoapods) or .xcodeproj
  • reopen Xcode, clean project and clean build folder (Under Product option)

That should be ok!

like image 129
Desmond DAI Avatar answered Nov 13 '22 23:11

Desmond DAI


I had the same problem while trying to archive my app for the app store. I tried twice and same problem occurs.

Then i deleted the derived data, cleaned the project and restarted Xcode - THAT FIXED it.

Hopefully this will help someone else

like image 5
stan Avatar answered Nov 13 '22 23:11

stan


I Solved the problem by cleaning the build folder.

Just use cmd + option + shift + k and then build the project by using cmd + B and hopefully solve the problem.

like image 5
AKIL KUMAR Avatar answered Nov 14 '22 01:11

AKIL KUMAR