SERVICE_PLIST:无法找到GoogleService-Info.plist

时间:2017-04-05 19:33:47

标签: ios swift firebase firebase-crash-reporting

我遇到Firebase崩溃报告时遇到问题。

我创建了该项目,并在教程后通过cocoapods安装了Firebase。

我按照教程实施了崩溃报告。

我的运行脚本:

"${PODS_ROOT}"/FirebaseCrash/upload-sym "Organizze/Organizze-282b91162d30.json"

我的Pod文件:

pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Crash'

我的错误:

FirebaseCrash/upload-sym:132: error: SERVICE_PLIST: GoogleService-Info.plist could not be located

GoogleService-Info.plist与json文件一起位于项目文件夹中。

错误:

1

Upload-sym文件:

2

1 个答案:

答案 0 :(得分:1)

确保设置文件的目标成员资格。

  1. 在Xcode项目导航器中选择GoogleService-Info.plist
  2. 在右侧实用程序窗格中启用目标。
  3. enter image description here