Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error compiling storyboard files using Xcode 6 beta 5

My app was building fine in Xcode 6 Beta 4. I updated to Beta 5 today and ran into 2 errors:

The file “Storyboard_iPad-SBPartialInfo.plist” couldn’t be opened because there is no such file.

Command /Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255

What is that SBPartialInfo.plist? I could not search for it via spotlight. My Storyboard files are storyboard_iphone and storyboard_ipad

like image 250
imObjCSwifting Avatar asked Aug 04 '14 21:08

imObjCSwifting


2 Answers

I was also experiencing the following error after upgrading to Beta5:

Command /Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255

As is often the case, quitting and reopening Xcode seems to have fixed the issue.

like image 143
markdanyo Avatar answered Nov 18 '22 21:11

markdanyo


try to uncheck "Use Auto Layout" if it checked

like image 33
Dumareckii Avatar answered Nov 18 '22 20:11

Dumareckii