Cocopod Add Local Path

  • content
  • comment
  • relevant

In some scenarios (such as bad network conditions, third-party libraries that do not want to be published, etc.), you need to specify the pod library as a local path instead of using the network address

 First, clone the warehouse, and then modify the podfile to Pod 'xxxPod',: path=>'/Users/Development/testpod/xxxPod' Or relative path pod 'xxxPod',:path => '../ xxxPod' XxxPod is the path of _Pods.xcodeproj ../relative path is the main project path

comment

zero Comments

Post reply

Your email address will not be disclosed. Required items have been used * tagging