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 39549f5 commit 28faf53Copy full SHA for 28faf53
ios/fastlane/Fastfile
@@ -22,7 +22,7 @@ platform :ios do
22
api_key_path:"APPLE_SECRETS.json",
23
)
24
Dir.chdir("../..") do
25
- sh("flutter", "build", "ipa", "--dart-define=SENTRY_DSN=$SENTRY_DSN","--split-debug-info=./symbols","--build-number=$BUILD_NUMBER","--build-name=$VERSION","--export-options-plist","./ios/Runner/export.plist")
+ sh "flutter build ipa --dart-define=SENTRY_DSN=$SENTRY_DSN --split-debug-info=./symbols --build-number=$BUILD_NUMBER --build-name=$VERSION --export-options-plist ./ios/Runner/export.plist"
26
end
27
build_app(
28
skip_build_archive: true,
0 commit comments