Subito-it / PodBuilder

A tool to precompile CocoaPods pods
Other
284 stars 28 forks source link

[Question] What is best way for using script of FirebaseCrashlytics(run/upload-dsym) #36

Closed knchst closed 3 years ago

knchst commented 3 years ago

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

tcamin commented 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

Once submission is performed we use the downloaded executables to upload symbols

knchst commented 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

Where is the script ?

tcamin commented 3 years ago

The script is part of our (@Subito-it) internal release pipeline which is not public. If automating this is not an option you can:

knchst commented 3 years ago

@tcamin Thanks. I understand!

ast3150 commented 1 year ago

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