Skip upload symbols for debug simulator builds

This commit is contained in:
Vincent Velociter
2026-05-21 14:45:45 +02:00
parent a2ce2d99b0
commit 3494583d83
+1 -1
View File
@@ -380,7 +380,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"$PODS_ROOT/FirebaseCrashlytics/upload-symbols\" --flutter-project \"$PROJECT_DIR/firebase_app_id_file.json\" ";
shellScript = "if [[ \"$PLATFORM_NAME\" == *simulator* ]]; then\n echo \"Skipping Crashlytics upload for simulator build\"\n exit 0\nfi\n\"$PODS_ROOT/FirebaseCrashlytics/upload-symbols\" --flutter-project \"$PROJECT_DIR/firebase_app_id_file.json\" ";
};
87319253AF8B73E944EEC4D0 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;