Firebase crash reports without CocoaPods

I use Firebase Crash Reporting in a project that does not use CocoaPods, and Firebase works fine, but when it comes to loading character files for readable error logs, there is no executable upload-symthat is expected to run at the end of Xcode Run Script.

After further study, this file is available in the CocoaPods project, but it is not listed in the Firebase zip download.

Is it safe to copy files upload-symfrom another FirebaseCrash project to this project without CocoaPod code so that the character loading process can complete successfully?

I will report this to the Firebase team (although Frank will probably see this before I can complete the report, ha)

+4
source share
1 answer

The latest zip file now has the upload-sym tool in Firebase / Crash (the download link can be found at https://firebase.google.com/docs/ios/setup#frameworks )

+1
source