Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build any examples on OS X #645

Open
batchku opened this issue Aug 23, 2020 · 3 comments
Open

Unable to build any examples on OS X #645

batchku opened this issue Aug 23, 2020 · 3 comments

Comments

@batchku
Copy link

batchku commented Aug 23, 2020

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)

@klochowicz
Copy link

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.

@kneitinger
Copy link
Contributor

@batchku did you follow this step in the guide to install the xcode tools?

@batchku
Copy link
Author

batchku commented Oct 4, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants