无法为 iOS xCode 项目安装 Firebase
Posted
技术标签:
【中文标题】无法为 iOS xCode 项目安装 Firebase【英文标题】:Unable to install Firebase for iOS xCode project 【发布时间】: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
【问题讨论】:
【参考方案1】:rm -rf ~/.cocoapods/repos
并升级到 CocoaPods 1.9.2 以防止再次发生
详情https://github.com/CocoaPods/CocoaPods/issues/9672
【讨论】:
以上是关于无法为 iOS xCode 项目安装 Firebase的主要内容,如果未能解决你的问题,请参考以下文章
安装 XCode 6 beta 4 后无法运行旧的 swift 项目
Xcode Server CI 构建无法与 iOS 7.1 一起安装