本地Pod安装权限被拒绝

时间:2017-10-09 13:57:45

标签: ios cocoapods

我的应用程序有本地pod。并尝试将它们安装到我的pod文件中,但他们表示许可被拒绝。可能的原因是什么?我们在哪里设置权限?

enter image description here

use_frameworks!

def shared_pods
      pod 'Fabric'
      pod 'A', :path => '../locationA'
      pod 'B', :path => '../locationB'
      pod 'C', :path => '../locationC'
      pod 'D', :path => '../locationD'

 end

 target 'test' do
   shared_pods
 end

0 个答案:

没有答案
相关问题