Xcode 11 Pod命令崩溃

时间:2019-11-28 11:28:07

标签: xcode xcode11

Xcode:版本11.0(11A420a)

每当我执行pod install命令时,请保持崩溃。

任何人都可以解释问题或解决问题吗?

PodFile

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

def available_pods
    pod 'Hero'
    pod 'Firebase/Analytics'
end

target 'PojectX' do
  use_frameworks!
  inherit! :search_paths
    available_pods
    end
  target 'PojectXTests' do
    inherit! :search_paths
    available_pods
   end
  target 'PojectY' do
    inherit! :search_paths
    available_pods
  end
  target 'PojectXUITests' do
    inherit! :search_paths
    available_pods
  end
end

0 个答案:

没有答案