Please help : Issue with building on iOS - MainViewController.xib

Hello. I am somewhat new to ionic. I have just updated the ionic lib to the latest. I create a new side menu project, added ios platform, and then build. I am getting the following error.

** BUILD FAILED **

The following build commands failed:
CompileXIB fsk/Classes/MainViewController.xib
(1 failure)
Error: /Users/boontlee/Documents/Projects/fsk/platforms/ios/cordova/build: Command failed with exit code 65
at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135:23)
at ChildProcess.emit (events.js:98:17)
at maybeClose (child_process.js:756:16)
at Process.ChildProcess._handle.onexit (child_process.js:823:5)

I have not changed a single line of code. I can build android with no problems. I also have a “play” project that I have done and it builds without any problems (oh, the play project was a tab project). I have searched for an answer and nothing that I have tried seems to work. Please help. Thank you.

UPDATE: I realized after posting this that I did not have xCode 6. So, I updated it and did a recompile. And guess what it compiles. I am now good to go.