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

Installation instructions incomplete #14

Closed
tomasdev opened this issue Aug 10, 2015 · 2 comments
Closed

Installation instructions incomplete #14

tomasdev opened this issue Aug 10, 2015 · 2 comments

Comments

@tomasdev
Copy link

Missing Step 7. #import <AudioJack/AudioJack.h> into your app controller's header file.

After that, you can use ACRAudioJackReader* _reader but getting:

Undefined symbols for architecture x86_64:
  "std::terminate()", referenced from:
      ___clang_call_terminate in libAudioJack.a(ACRAudioJackReader.o)
      ___clang_call_terminate in libAudioJack.a(aurio_helper.o)
...
@tomasdev
Copy link
Author

Step 8. Add -lc++ to Linker Flags

flomio pushed a commit that referenced this issue Aug 10, 2015
@flomio
Copy link
Owner

flomio commented Aug 10, 2015

Thanks for the tip. we were just putting in a Dummy.mm file to trigger the C++ compiler to kick on but this method is much cleaner.

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

No branches or pull requests

2 participants