diff --git a/steps/01-install.sh b/steps/01-install.sh index f01210a0..c2d75d07 100755 --- a/steps/01-install.sh +++ b/steps/01-install.sh @@ -111,4 +111,10 @@ case "$TARGET_OS" in win) echo "$WindowsSDK_DIR/$CURRENT_CPU" >> "$PATH_FILE" ;; + + ios) + # Xcode 15.4 produces the following error when targeting ARM64 with V8: + # undefined symbol: be_memory_inline_jit_restrict_rwx_to_rx_with_witness_impl + sudo xcode-select -s "/Applications/Xcode_15.0.1.app" + ;; esac