We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ce2d9 commit 3494583Copy full SHA for 3494583
1 file changed
ios/Runner.xcodeproj/project.pbxproj
@@ -380,7 +380,7 @@
380
);
381
runOnlyForDeploymentPostprocessing = 0;
382
shellPath = /bin/sh;
383
- 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\" ";
384
};
385
87319253AF8B73E944EEC4D0 /* [CP] Check Pods Manifest.lock */ = {
386
isa = PBXShellScriptBuildPhase;
0 commit comments