fix: pilot ipa path #36

Merged
malo merged 1 commits from feat/ios-flutter-args into main 2023-10-26 15:56:53 +00:00
Showing only changes of commit c0f125a23c - Show all commits

View File

@ -86,7 +86,8 @@ module Fastlane
build: 'xcarchive', build: 'xcarchive',
build_args: params[:build_args] build_args: params[:build_args]
) )
rescue rescue => e
puts "Error : #{e.message}"
end end
archive_path = "../build/ios/archive/Runner.xcarchive" archive_path = "../build/ios/archive/Runner.xcarchive"
@ -119,7 +120,7 @@ module Fastlane
skip_submission: true, skip_submission: true,
distribute_external: false, distribute_external: false,
notify_external_testers: false, notify_external_testers: false,
ipa: "./Runner.ipa" ipa: "./build/Runner.ipa"
) )
# Delete keychain if existing # Delete keychain if existing