> > Does your project have errors in files other than the one you’re editing? If > > there are sufficient “other” errors, Xcode can stop background indexing, > > which can prevent autocomplete and syntax coloring from working.
Sorry-- I thought I answered this in my previous email but somehow it got erased! I have no errors.. only 3 warnings, and they are coming from my 3rd party library Cocos2D: Apple Mach-O Librarian Warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/lib/libz.dylib is a dynamic library, not added to the static library Deprecations: /Users/patrick/MyProject/Externals/cocos2d-iphone/cocos2d/CCProtocols.h:158:24: 'UIAccelerometer' is deprecated: first deprecated in iOS 5.0 - UIAccelerometer has been replaced by the CoreMotion framework /Users/patrick/MyProject/Externals/cocos2d-iphone/cocos2d/CCProtocols.h:158:71: 'UIAcceleration' is deprecated: first deprecated in iOS 5.0 - UIAcceleration has been replaced by the CoreMotion framework These warnings came up after switching to XCode 6, which I am a little confused by because I have XCode's project settings for Cocos2D "Inhibit all warnings" - YES, as I am not using UIAcceleromter or UIAcceleration in my project. As a side question, any idea how I can make these warnings go away? Patrick J. Collins http://collinatorstudios.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
