Skip to content

Commit 28faf53

Browse files
committed
update fastfile
1 parent 39549f5 commit 28faf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ platform :ios do
2222
api_key_path:"APPLE_SECRETS.json",
2323
)
2424
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")
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"
2626
end
2727
build_app(
2828
skip_build_archive: true,

0 commit comments

Comments
 (0)