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 18d7d5d commit fed27ebCopy full SHA for fed27eb
boost.sh
@@ -614,6 +614,10 @@ parseArgs()
614
IOS_SIM_ARCHS=("x86_64" "arm64")
615
fi
616
617
+ # ARM simulator is supported only from Xcode 12
618
+ if [[ "$(version "$XCODE_VERSION")" -lt "$(version "12.0")" && "${IOS_SIM_ARCHS[-1]}" == arm64 ]]; then
619
+ unset IOS_SIM_ARCHS[-1]
620
+ fi
621
}
622
623
doneSection()
0 commit comments