Getting compile errors in Interface Builder in Xcode7

Any idea what to do with this compile error in Xcode7? It doesn't like something about the storyboard it seems, but not clear what


CompileStoryboard Classes/Storyboards/AddEditLogs~iphone.storyboard

cd /Users/user/Documents/ContactsJournal-316/SimpleList

export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"

export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode-beta.app/Contents/Developer/usr/bin/..

/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --errors --warnings --notices --module CJournal --output-partial-info-plist /Users/user/Library/Developer/Xcode/DerivedData/SimpleList-amnbkfmzfnizoraydqdeqdmphixr/Build/Intermediates/SimpleList.build/Debug-iphonesimulator/SimpleList.build/AddEditLogs~iphone-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --minimum-deployment-target 8.0 --output-format human-readable-text --compilation-directory /Users/user/Library/Developer/Xcode/DerivedData/SimpleList-amnbkfmzfnizoraydqdeqdmphixr/Build/Products/Debug-iphonesimulator/CJournal.app /Users/user/Documents/ContactsJournal-316/SimpleList/Classes/Storyboards/AddEditLogs~iphone.storyboard

2015-06-09 09:19:14.413 Interface Builder Cocoa Touch Tool[5011:143892] 09:19:14.413 ERROR: >SystemSoundClient> 49: Couldn't connect to system sound server

2015-06-09 09:19:14.454 Interface Builder Cocoa Touch Tool[5011:143892] 09:19:14.454 ERROR: >SystemSoundClient> 49: Couldn't connect to system sound server

2015-06-09 09:19:14.497 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.510 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.521 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.526 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.535 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.538 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.549 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.554 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.763 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.766 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.779 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.780 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.855 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.858 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.860 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:14.862 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.067 Interface Builder Cocoa Touch Tool[5011:143882] 09:19:15.067 ERROR: >SystemSoundClient> 49: Couldn't connect to system sound server

2015-06-09 09:19:15.091 Interface Builder Cocoa Touch Tool[5011:143882] 09:19:15.091 ERROR: >SystemSoundClient> 49: Couldn't connect to system sound server

2015-06-09 09:19:15.128 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.132 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.139 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.143 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.151 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.155 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.161 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.166 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.324 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.332 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.334 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.335 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.410 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.412 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.414 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

2015-06-09 09:19:15.416 Interface Builder Cocoa Touch Tool[5011:143866] Please stop using -

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

I guess Interface Builder doesn't like the files being names "AddEditLogs~iPhone" or "AddEditLogs~iPad" anymore. Removing the ~ from the name fixed the problem.

Yes, this is a known issue. Thank you to everyone who reported it.

This was also causing Jenkins to mark the build as a failure, preventing unit tests from running. Thanks for the info.

Yes. This is also impacting our CI system. We cannot build our apps. Any resolution on this?

Issue seems to have been fixed in Xcode7 GM for me.

Getting compile errors in Interface Builder in Xcode7
 
 
Q