Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/105.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法为iOS xCode项目安装Firebase_Ios_Objective C_Swift_Xcode_Firebase - Fatal编程技术网

无法为iOS xCode项目安装Firebase

无法为iOS xCode项目安装Firebase,ios,objective-c,swift,xcode,firebase,Ios,Objective C,Swift,Xcode,Firebase,我关注谷歌的官方视频和youtube上的其他视频,但我无法通过可可豆安装firebase SDK。Bundle标识符,所有内容都是正确的。 错误是: *###错误 rm-rf~/.cocoapods/repos并升级到cocoapods 1.9.2以防止再次发生 详情见 JSON::ParserError - 767: unexpected token at ''* ――― TEMPLATE END ―――――――――――――――――――――――――――――――――――――――――――――――

我关注谷歌的官方视频和youtube上的其他视频,但我无法通过可可豆安装firebase SDK。Bundle标识符,所有内容都是正确的。 错误是: *###错误


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

详情见

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