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 32326b8 commit 9e0ec42Copy full SHA for 9e0ec42
build-ios.sh
@@ -25,6 +25,7 @@ elif [ "$1" == "debug" ]; then
25
fi
26
27
# Set Architecture: arm64, arm64e or x86_64
28
+/usr/bin/uname -a
29
IOS_ARCH=$(/usr/bin/uname -m)
30
if [ "$1" == "arm64" ]; then
31
IOS_ARCH="arm64"
0 commit comments