Reputation: 33
I'm having trouble with Firebase Crash Report.
I created the project and installed Firebase via cocoapods following tutorial.
I implemented the crash report following tutorial.
My Run Script:
"${PODS_ROOT}"/FirebaseCrash/upload-sym "Organizze/Organizze-282b91162d30.json"
My Pod File:
pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Crash'
My error:
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.
Error:
Upload-sym file:
Upvotes: 3
Views: 1073
Reputation: 15042
Make sure you set the target membership of the file.
GoogleService-Info.plist
in the Xcode project navigator.Upvotes: 3