The file “Pods.xcconfig” couldn’t be opened because there is no such file

后端 未结 10 851
挽巷
挽巷 2021-02-05 01:25

How to solve this issue. I have downloaded the iOS project from the Git repo and when I try to build, it gives an error:

Check dependencies
The file “Pods.xcconf         


        
10条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 01:46

    You may be using the Xcode default project file. After installing the framework through pod, you must use the generated xcworkspace in the project folder.

    Example : SampleProject.xcworkspace.

提交回复
热议问题