You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
building the hello world example for iOS (cargo lipo) spits out tons of these since rust 1.45:
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
'+cyclone' is not a recognized feature for this target (ignoring feature)
....
I am on macOS and fresh rust 1.45.
any idea what this is about? do I rather need to go to cargo-lipo for this?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is related to something in godot-rust itself. I personally have never heard of the +cyclone flag. It seems like that the build error is emitted for multiple dependencies as well, scopeguard, nom, and regex for example. This seems to suggest that the issue might be in cargo-lipo or somewhere else on the toolchain, rather than individual crates.
building the hello world example for iOS (
cargo lipo
) spits out tons of these since rust 1.45:I am on macOS and fresh rust 1.45.
any idea what this is about? do I rather need to go to
cargo-lipo
for this?The text was updated successfully, but these errors were encountered: