So, first, I know this question has been asked before several times. None of the solutions seem to have helped (I think a lot of them are outdated).
I'm using Cocoa Pods to include third party frameworks. For a few weeks, the integration was working fine. Then suddenly the Pods_[nameofproject].framework Pods_[nameofproject]Tests.framework and Pods_[nameofproject]UITests.framework all gradually started turning red. Now the frameworks I imported through CocoaPods aren't being found by Xcode. I also have a few other Frameworks that I imported before I started using CocoaPods, and some of those (but not all of them) are red as well.
Here is the list of things I've tried:
1) Delete derived date
2) pod deintegrate/pod install
3) include $(inherited) in Framework Search Paths
4) follow the troubleshooting on the cocoapods site
5) restart Xcode
6) clean and build
7) clean and build on generic iOS device
Anything I'm missing here? I must have done something to cause this - I doubt it would just stop on its own - but I'm completely at a loss what it could be.
Edit: Forgot to add that that Pods_[nameofproject].framework appears to be grayed out in my linked binaries menu.