On Jun 12, 2015, at 13:06 , Patrick J. Collins <[email protected]> wrote: > > Ever since I switched to OS X 10.10 and XCode 6.3, my import > autocomplete has completely stopped working.
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. Which Xcode 6.3.x are you using? The only one that is *not* hopelessly broken is 6.3.2. In the area of voodoo fixes, have you tried this specific sequence? — Close all Xcode projects. — Quit Xcode. — Delete your entire Derived Data folder. — Launch Xcode. — Wait for any spinning activity messages in the status bar to go away. — Open your project. — Build your project.
_______________________________________________ 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]
