I'm implementing Firebase Crash Reporting in a project which doesn't use CocoaPods, and Firebase is working great, but when it comes to uploading the symbol files for readable crash logs, the upload-sym
executable that is expected to be run at the end of the Xcode Run Script isn't present.
Upon further investigation, this file is available in the CocoaPods project, but it's not provided in the Firebase framework zip download.
Is it safe to copy the upload-sym
files from another project's FirebaseCrash directory into this CocoaPod-less project so the symbol upload process can complete successfully?
I will report this to the Firebase team as well (although Frank will probably see this before I can complete the report, ha)