【发布时间】: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