SERVICE_PLIST: GoogleService-Info.plist could not be found
I am having problems with Firebase Crash Report.
I created a project and installed Firebase via cocoapods following the tutorial.
I ran the crash report after the tutorial.
My Script Run:
"${PODS_ROOT}"/FirebaseCrash/upload-sym "Organizze/Organizze-282b91162d30.json"
My podcast file:
pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Crash'
My mistake:
FirebaseCrash/upload-sym:132: error: SERVICE_PLIST: GoogleService-Info.plist could not be located
GoogleService-Info.plist is inside the project folder along with the json file.
Mistake:

Upload file file:

+3
Victor Cechinel
source
to share
1 answer
Make sure you set target file membership.
- Select
GoogleService-Info.plist
in the Xcode project navigator. - Enable target in the right pane of the utilities.

+1
Manuel
source
to share