diff --git a/jobs/Deploy_Hi365_IOS_SIT/config.xml b/jobs/Deploy_Hi365_IOS_SIT/config.xml index 2381c3b9bf86bfd7c38b125a1f8b72aa11c58867..b82ecc517e5ba2b95ac73e8c0929d01e8424ae24 100644 --- a/jobs/Deploy_Hi365_IOS_SIT/config.xml +++ b/jobs/Deploy_Hi365_IOS_SIT/config.xml @@ -71,7 +71,7 @@ version_number=$Version_Number # Set the variable project_path=$(pwd) -flutter build ios --release --no-codesign -t lib/${default_doc} +flutter build ios --debug --no-codesign -t lib/${default_doc} cd $project_path/ios