CocoaPods products not built

I'm trying to use CocoaPods in a project, but it's hard for me to get the pods for the build.

The POD "Products" do not build.

The setup seems to work as expected. Successfully completed installation of "pod install".

pod install succeeds

Finding the file system for libPods.a does not return any results, so I don't think it's just a path problem.

I also ran pod --verbose install. There were no errors there.

+3
source share
1 answer

Although they are red, your workspace is being built and is building libPod.ain /temp.

+1
source

All Articles