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:

1

Upload file file:

2

+3


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.


enter image description here

+1


source







All Articles