如何解决终端中的Pod安装错误?

时间:2019-08-09 06:23:49

标签: firebase terminal cocoapods xcode11

我已经在现有的podfile中添加了一个新的pod,它运行良好,并且在Terminal中编写了pod install。它开始安装,但是在生成pods项目时显示“哦,没有发生错误”,现在我的项目无法构建。

分析依赖性 下载依赖项 使用BoringSSL-GRPC(0.0.3) 使用Firebase(6.6.0) 使用FirebaseAnalytics(6.1.0) 使用FirebaseAuth(6.2.2) 使用FirebaseAuthInterop(1.0.0) 使用FirebaseCore(6.2.0) 使用FirebaseCoreDiagnostics(1.0.0) 使用FirebaseCoreDiagnosticsInterop(1.0.0) 使用FirebaseDatabase(6.0.0) 使用FirebaseFirestore(1.4.3) 使用FirebaseInstanceID(4.2.3) 使用GTMSessionFetcher(1.2.2) 使用GoogleAppMeasurement(6.1.0) 使用GoogleDataTransport(1.0.0) 使用GoogleDataTransportCCTSupport(1.0.0) 使用GoogleUtilities(6.2.4) 使用Protobuf(3.9.0) 使用gRPC-C ++(0.0.9) 使用gRPC-Core(1.21.0) 使用leveldb-library(1.20) 使用nanopb(0.3.901) 生成豆荚项目 整合客户项目

――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――― ―――――――――――――――――

命令

/usr/local/bin/pod install

报告

  • 您做了什么?

  • 您期望发生什么?

  • 发生了什么事?

堆栈

   CocoaPods : 1.7.5
        Ruby : ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]
    RubyGems : 3.0.3
        Host : Mac OS X 10.15 (19A526h)
       Xcode : 11.0 (11M382q)
         Git : git version 2.21.0 (Apple Git-122)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 86c8d2a54cdff44b97176caed26d7d52378c1143

插件

cocoapods-deintegrate : 1.0.4
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.1.0
cocoapods-trunk       : 1.3.1
cocoapods-try         : 1.1.0

Podfile

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

target 'Do It !' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for Do It !

  target 'Do It !Tests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'Do It !UITests' do
    inherit! :search_paths
    # Pods for testing
  end

pod 'Firebase/Analytics'
pod 'Firebase/Auth'
pod 'Firebase/Core'
pod 'Firebase/Firestore'
pod 'Firebase/Database'


end

错误

RuntimeError - Developer workspace file reference type is not yet supported (Pods/Pods.xcodeproj)
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.11.0/lib/xcodeproj/workspace/file_reference.rb:72:in `absolute_path'
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.11.0/lib/xcodeproj/workspace.rb:203:in `block in load_schemes'
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.11.0/lib/xcodeproj/workspace.rb:202:in `each'
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.11.0/lib/xcodeproj/workspace.rb:202:in `load_schemes'
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.11.0/lib/xcodeproj/workspace.rb:85:in `from_s'
/Library/Ruby/Gems/2.6.0/gems/xcodeproj-1.11.0/lib/xcodeproj/workspace.rb:66:in `new_from_xcworkspace'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/lib/cocoapods/installer/user_project_integrator.rb:102:in `create_workspace'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/lib/cocoapods/installer/user_project_integrator.rb:71:in `integrate!'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/lib/cocoapods/installer.rb:780:in `block in integrate_user_project'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/lib/cocoapods/user_interface.rb:64:in `section'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/lib/cocoapods/installer.rb:776:in `integrate_user_project'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/lib/cocoapods/installer.rb:161:in `install!'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/lib/cocoapods/command/install.rb:51:in `run'
/Library/Ruby/Gems/2.6.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/lib/cocoapods/command.rb:52:in `run'
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.7.5/bin/pod:55:in `<top (required)>'
/usr/local/bin/pod:23:in `load'
/usr/local/bin/pod:23:in `<main>'

―――模板结束―――――――――――――――――――――――――――― ――――――――――――――――――――――

[!]哦,不,发生错误。

搜索与您类似的现有GitHub问题: https://github.com/CocoaPods/CocoaPods/search?q=Developer+workspace+file+reference+type+is+not+yet+supported+%28Pods%2FPods.xcodeproj%29&type=Issues

如果不存在,请使用以下显示的模板创建故障单: https://github.com/CocoaPods/CocoaPods/issues/new

请务必先阅读供稿指南,以获取有关如何正确提交票证的详细信息: https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

别忘了匿名化任何私人数据!

正在寻找有关可可豆/可可豆的相关问题... 没有发现类似问题。要创建新期刊,请访问: https://github.com/cocoapods/cocoapods/issues/new

[!]因为未指定平台,所以自动在目标ios上分配了版本为12.4的平台Do It !。请在您的Podfile中为此目标指定一个平台。参见https://guides.cocoapods.org/syntax/podfile.html#platform

0 个答案:

没有答案