Pods Structures in Red (Unrecognized Xcode)

So, firstly, I know that this question has been asked several times. None of the solutions seemed to help (I think many of them are out of date).

I use Cocoa Pods to enable third-party frameworks. For several weeks, the integration worked fine. Then, a redraw of the Pods_ [nameofproject] .framework subprogram Pods_ [nameofproject] Tests.framework and Pods_ [nameofproject] UITests.framework began unexpectedly. Now structures imported using CocoaPods are not found by Xcode. I also have several other Frameworks that I imported before I started using CocoaPods, and some (but not all) of them are also red.

Looks like this

Here is the list of things I tried:
1) Delete the derived date
2) install the de-integration / pod install
3) include $ (inherited) in the search path in the framework
4) do troubleshooting on the cocoapods website
5) restart Xcode
6) clear and build
7 ) clean and create a universal iOS device

Is anything missing here? I must have done something to cause this - I doubt it will just stop on its own, but I absolutely don't understand what it could be.

Edit: Forgot to add that this Pods_ [nameofproject] .framework is displayed in the menu of conjugated binaries.

+4
source share

Source: https://habr.com/ru/post/1687090/


All Articles