2017-04-05 76 views
3

我在Firebase崩潰報告中遇到問題。SERVICE_PLIST:無法找到GoogleService-Info.plist

我創建了該項目並通過cocoapods安裝了Firebase以下教程。

我在教程後面實現了崩潰報告。

我運行腳本:

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

我波德文件:

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

上傳-符號文件:

2

+1

有你在項目導航添加GoogleService-Info.plist中? –

+0

是的,GoogleService-Info.plist出現在項目導航器上。 –

回答

1

確保您設置的文件的目標成員。

  1. 在Xcode項目導航器中選擇GoogleService-Info.plist
  2. 在右側實用程序窗格中啓用目標。

enter image description here