From eaf24ad78500d70cea82573feedbb4b8ccb7f5cf Mon Sep 17 00:00:00 2001 From: Code-Floof Date: Tue, 23 Jul 2024 23:51:53 -0400 Subject: [PATCH] Update Fastfile --- ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 23a630ac..22363837 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -21,7 +21,7 @@ platform :ios do team_id: "SKRSQZ43AV", api_key_path:"APPLE_SECRETS.json", ) - sh "pwd && cd ../.. && flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ./ios/Runner/export.plist --split-debug-info=./symbols --dart-define=SENTRY_DSN=$SENTRY_DSN" + sh "pwd && cd ../.. && flutter build ipa --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ./ios/Runner/export.plist --dart-define=SENTRY_DSN=$SENTRY_DSN" build_app( skip_build_archive: true, archive_path: "../build/ios/archive/Runner.xcarchive",