Upload debug symbols to Firebase. This step must be added after Xcodebuild for Devices step.
AC_FIREBASE_EXPORT_ALL: Export all debug symbols including frameworks. If you want to export only the app's debug symbols, set this to NO.AC_FIREBASE_PLIST_PATH: Path of the GoogleService-Info.plist. Relative path of GoogleService-Info.plist file inside the repository. For example./GoogleService-Info.plistor./ios/GoogleService-Info.plistif you're using Flutter or React NativeAC_FIREBASE_CRASHLYTICS_PATH: Path of the Crashlytics uploader. Full path of Crashlyticsupload-symbolsbinary.
| Project Type | Path |
|---|---|
| Native iOS CocoaPods | $AC_REPOSITORY_DIR/Pods/FirebaseCrashlytics/upload-symbols |
| Native iOS SPM | $HOME/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/upload-symbols |
| React Native iOS | $AC_REPOSITORY_DIR/ios/Pods/FirebaseCrashlytics/upload-symbols |
| Flutter iOS | $AC_REPOSITORY_DIR/ios/Pods/FirebaseCrashlytics/upload-symbols |