diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 06378e6efec40643f087dc3ddbcedfa6346fb8d6..262302fdfbdf336645af8b8f40ccee73f4d85e80 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -73,7 +73,7 @@ export FLUTTER_ROOT="/Users/jenkins/flutter" # Set the variable project_path=$(pwd) -flutter build ios --release --no-codesign -t lib/${default_doc} +flutter build ios --release -t lib/${default_doc} --no-codesign cd $project_path/ios @@ -88,7 +88,7 @@ git_short_hash=$(git rev-parse --short HEAD) scheme="Runner" # package configuration for fastlane -configuration="Profile" +configuration="release" # iOS project path workspace_path="${project_path}/ios/Runner.xcodeproj"