Closed knchst closed 3 years ago
We have a script as part of our release pipeline which downloads the versioned executables of run and upload-symbols to /usr/local/bin/crashlytics as follows
version
Once submission is performed we use the downloaded executables to upload symbols
We have a script as part of our release pipeline which downloads the versioned executables of run and upload-symbols to /usr/local/bin/crashlytics as follows
Where is the script ?
The script is part of our (@Subito-it) internal release pipeline which is not public. If automating this is not an option you can:
@tcamin Thanks. I understand!
I was having the same issue and created a Ruby script to download the binaries as described. I'm calling it from the post_install
actions in the Podfile. (See example in Gist)
https://gist.github.com/ast3150/e87d3e0710393dabab882466fc6f985d
When I use Pod-Builder to building FirebaseCrashlytics, a source of FirebaseCrashlytics is not downloaded in
./Pods
directory. What is best way for using script of FirebaseCrashlytics(run/upload-dsym)https://firebase.google.com/docs/crashlytics/get-started#initialize-crashlytics