I’m seeing some wacky behavior from Xcode when I checkout a new git branch and run ‘pod install’ again. I sometimes see a lot of warnings of the form:
warning: /Users/user1/Library/Developer/Xcode/DerivedData/ModuleCache/1DYFEIW0SNQ0N/UIKit-1V5UHAPTOD24G.pcm: No such file or directory warning: Could not resolve external type c:objc(cs)NSObject There will be a couple hundred or so similar warnings. Presumably this happens because the DerivedData folder has the PCH information for my project and when I do ‘pod install’ the dependency checking for Xcode doesn’t notice that this data is now out of date. Cleaning the project seems to help, but is a drag to have to do this all the time. Also, the non-iOS devs at our work get tripped up by this all the time and complain that our project is messed up. :) Maybe this is a bug in Xcode? Or are there other ways to get Xcode to notice my pod changes? Xcode Version 7.2 (7C68) Thanks. Doug Hill
_______________________________________________ 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]
