I have a project with a few files. I changed one of the files from ‘PFMonsterFile.m' to ‘PFMonsterFile.mm' so I could use a C++ class. Code completion stop working. I changed it back to ‘PFMonsterFile.m' and removed the C++ headers. Code completion still not working. I HAVE done all that I could find on forcing re-indexing. Still no code completion. I created a new file ‘PFMonsterFileB.m' and code completion now works for that file.
XCode 6 must have some other reference to ‘PFMonsterFile.m' that is not stored in derived data that is screwing up code completion. I want to track this down because I find it really irritating and must be fixed. Have found one reference to ‘PFMonsterFile.mm’ in ‘UserInterfaceState.xcuserstate’ file inside ‘project.xcworkspace’ . Also found four references to ‘PFMonsterFile.m’ in same file. Could that be the source of the code completion problem? Is it safe to delete this file? XCode 6.4, OS X 10.10.5 Mark _______________________________________________ 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]
