【问题标题】:Unable to install Firebase for iOS xCode project无法为 iOS xCode 项目安装 Firebase
【发布时间】:2020-05-28 18:01:54
【问题描述】:

我在 youtube 上关注 Google 的官方视频和其他视频,但我无法通过 cocoa-pods 安装 firebase SDK。捆绑标识符,一切都是正确的。 错误是: *### 错误

JSON::ParserError - 767: unexpected token at ''* 
――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
[!] Oh no, an error occurred.
I have attached my pod file content. 

> # Uncomment the next line to define a global platform for your project platform :ios, '9.0'
> 
>     target 'FirebaseCrash' do
>       # Comment the next line if you don't want to use dynamic frameworks
>       use_frameworks!
> 
>       # Pods for FirebaseCrash
>     
>      pod 'Firebase/Auth'  
>      pod 'Firebase/Firestore'
>      end



【问题讨论】:

    标签: ios objective-c swift xcode firebase


    【解决方案1】:

    rm -rf ~/.cocoapods/repos 并升级到 CocoaPods 1.9.2 以防止再次发生

    详情https://github.com/CocoaPods/CocoaPods/issues/9672

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2023-03-30
      • 2018-12-27
      • 2020-07-31
      • 2022-06-13
      • 1970-01-01
      • 2020-09-11
      • 1970-01-01
      相关资源
      最近更新 更多