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
I'm working on OS X (10.15.5) with the latest rus, cargo, and Nannou. I don't appear to be able to build any of the examples; I have tried a handful. Following the advice in this issue, I have commented out nannou_audio and nannou_laser from examples/Cargo.html. But I continue to get errors when building.
Here are some examples:
cargo run --release --example simple_ui
or
cargo run --release --example draw
...results in:
error: failed to run custom build command for `objc_exception v0.1.2`
Caused by:
process didn't exit successfully: `/Users/ali/Documents/Development/nannou/target/release/build/objc_exception-da73fe3cf5966233/build-script-build` (exit code: 1)
The text was updated successfully, but these errors were encountered:
I tried to reproduce this issue, I have managed to compile both mentioned example on a fresh clone of nannou master without problems (up-to-date rust, compiles on both stable & nightly, the only difference seems to be my macOS version - 10.15.6...). Oh, and I did not need to comment out anything anymore - seems like that issue has been fixed recently.
I did.
My xcode tools are all setup for several other use cases besides nanou.
I'm able to build run examples in linux; just can't get them working on OS
X...
I'm working on OS X (10.15.5) with the latest rus, cargo, and Nannou. I don't appear to be able to build any of the examples; I have tried a handful. Following the advice in this issue, I have commented out
nannou_audio
andnannou_laser
fromexamples/Cargo.html
. But I continue to get errors when building.Here are some examples:
cargo run --release --example simple_ui
or
cargo run --release --example draw
...results in:
The text was updated successfully, but these errors were encountered: