diff --git a/IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh b/IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh index 1c45d2521fd..1558a67df3b 100755 --- a/IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh +++ b/IntegrationTesting/CocoapodsIntegrationTest/scripts/build_with_environment.sh @@ -29,6 +29,8 @@ function runXcodebuild() { -sdk 'iphonesimulator' -destination 'platform=iOS Simulator,name=iPhone 14' CODE_SIGNING_REQUIRED=NO + CODE_SIGNING_ALLOWED=NO + CODE_SIGN_IDENTITY=- clean build ) @@ -36,7 +38,7 @@ function runXcodebuild() { parameters=("${buildcache_xcb_flags[@]}" "${parameters[@]}") echo xcodebuild "${parameters[@]}" - xcodebuild "${parameters[@]}" | xcpretty; result=$? + xcodebuild "${parameters[@]}" -verbose; result=$? } # Configures bundler environment using Gemfile at the specified path.