runscript for FirebaseCrashlytics

Here is an example of a runscript in Objective-C for FirebaseCrashlytics:

"${PODS_ROOT}/FirebaseCrashlytics/run"

This script is used to run the FirebaseCrashlytics framework in an Objective-C project. By including this script in your project's build phases, you can ensure that Crashlytics is properly integrated and will capture crash reports and other information in your app.

Make sure you have the FirebaseCrashlytics framework installed in your project through Cocoapods. This script assumes that you are using Cocoapods to manage your dependencies.

Please let me know if you need any further assistance!