diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index e6d7ebf0cebea4d23371a8e702947487fa00a06a..c76bd5d1c841f5cba9982a64c741c31a89ad0268 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -114,6 +114,9 @@ echo "===ipa path: ${ipa_path}===" echo "===export method: ${export_method}===" echo "===commit msg: $1===" +# Temporarily change xcode versino for fastlane +fastlane run xcversion version:"11" + # Clean build and deploy fastlane gym --xcode_select "/Applications/Xcode11.app" --scheme ${scheme} --clean --configuration ${configuration} --archive_path ${archive_path} --export_method ${export_method} --output_directory ${output_path} --output_name ${ipa_name} echo "Deploy to IPA repository"