fix: pilot ipa path #36
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user