I'm having big troubles compiling in XCode 5. First of all, I recently upgraded from Xcode 4 to XCode 5 and for some time had both versions intalled. I only have Xcode 5 now (trashed both versions and reinstalled XCode 5 again). Creating a blank project will not compile showing me the error below:
CompileStoryboard test-**/Base.lproj/Main.storyboard
cd /Users/user***/test-**/test-**
setenv IBSC_MINIMUM_COMPATIBILITY_VERSION 7.0
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv XCODE_DEVELOPER_USR_PATH /Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --errors --warnings --notices --minimum-deployment-target 7.0 --output-format human-readable-text --compile /Users/user***/Library/Developer/Xcode/DerivedData/test-**-czkmrxqmivlfarcpibzviisatxkr/Build/Products/Debug-iphonesimulator/test-nogit.app/Base.lproj/Main.storyboardc /Users/user***/test-**/test-**/test-**/Base.lproj/Main.storyboard
dyld: Symbol not found: _CGYmageGetRenderingIntent
Referenced from: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
Expected in: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
in /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
Command /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 5
I am new to the XCode environment, any insights would be very appretiated. Thanks,