We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1012a9 commit 6170146Copy full SHA for 6170146
1 file changed
build-release.sh
@@ -75,6 +75,9 @@ build_for_arch() {
75
-configuration "$CONFIG" \
76
-arch "$arch" \
77
ONLY_ACTIVE_ARCH=YES \
78
+ CODE_SIGN_IDENTITY="" \
79
+ CODE_SIGNING_REQUIRED=NO \
80
+ CODE_SIGNING_ALLOWED=NO \
81
clean build 2>&1 | tee "build-${arch}.log"; then
82
echo "❌ FATAL: xcodebuild failed for $arch"
83
echo "Check build-${arch}.log for details"
0 commit comments