Skip to content

Commit 39549f5

Browse files
committed
update fastfile
1 parent 36bb5e9 commit 39549f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ios/fastlane/Fastfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ platform :ios do
2121
team_id: "SKRSQZ43AV",
2222
api_key_path:"APPLE_SECRETS.json",
2323
)
24-
sh "pwd && cd ../.. && 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"
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")
26+
end
2527
build_app(
2628
skip_build_archive: true,
2729
archive_path: "../build/ios/archive/Runner.xcarchive",

0 commit comments

Comments
 (0)