# Objective Fixes https://github.com/bevyengine/bevy/issues/18893. ## Solution `bindgen` currently has issues with building Xcode 16.3 and above, due to Clang being more strict about target triples. It was fixed in https://github.com/rust-lang/rust-bindgen/pull/3182, but as a breaking release, so affected dependencies have to be updated to either not depend on `bindgen`, or depend on a fixed version of it: - `tracing-oslog`: https://github.com/Absolucy/tracing-oslog/pull/12 - `coreaudio-sys`: https://github.com/RustAudio/coreaudio-sys/pull/114 ## Testing ```sh cargo build --target aarch64-apple-ios-sim ``` With Xcode 16.3 or 16.4. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CONTRIBUTING.md | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||