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",