Skip to content

Commit

Permalink
iOS: downgrade to Xcode 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Aug 21, 2024
1 parent ffcfbab commit e13556e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions steps/01-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e13556e

Please sign in to comment.