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

后端 未结 10 943
挽巷
挽巷 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:56

    Hey i had this same problem, I was getting the following error when running pod update however i didn’t realise the update wasn’t working.

    $ pod update

    Analyzing dependencies /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/pathname.rb:422:in `open': No such file or directory

    It was because I forgot to run "pod setup" after installing cocoapods. I ran pod setup from the terminal, followed it up with pod update (or pod install) and everything went to plan.

提交回复
热议问题