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

Nor support ARM 64 #13

Open
smolskyaleksey opened this issue Jan 17, 2017 · 1 comment
Open

Nor support ARM 64 #13

smolskyaleksey opened this issue Jan 17, 2017 · 1 comment

Comments

@smolskyaleksey
Copy link

Undefined symbols for architecture arm64:
  "_vDSP_create_fftsetup", referenced from:
      _BASS_ChannelGetData in libbass.a(libbass.a-arm64-master.o)
  "_vDSP_fft_zip", referenced from:
      _BASS_ChannelGetData in libbass.a(libbass.a-arm64-master.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@SLAMAKA
Copy link

SLAMAKA commented May 17, 2018

You can download bass lib here then update file in APAudioPlayer folder.

and read this

Note that BASS and the add-ons are provided as static libraries, because dynamic libraries aren't allowed on the iPhone. Both "device" (armv6/armv7/armv7s/arm64) and "simulator" (i386/x86_64) builds are supported (the linker will extract the appropriate code from the libraries). To include BASS in your project, the LIBBASS.A file should be added to the "Link Binary With Libraries" branch. You will also need to add the following frameworks to the project: AudioToolbox, SystemConfiguration, CFNetwork, Accelerate, CoreMIDI (if using BASSMIDI). The "Other Linker Flags" setting should also include "-lstdc++" when using BASS_FX or BASS_APE.

where you need to do

You will also need to add the following frameworks to the project: AudioToolbox, SystemConfiguration, CFNetwork, Accelerate, CoreMIDI (if using BASSMIDI). The "Other Linker Flags" setting should also include "-lstdc++" when using BASS_FX or BASS_APE.

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