• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Why won't Xcode won't let me use the Accelerate framework in my project?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why won't Xcode won't let me use the Accelerate framework in my project?


  • Subject: Why won't Xcode won't let me use the Accelerate framework in my project?
  • From: Patrick Collins <email@hidden>
  • Date: Tue, 05 Jul 2016 12:00:53 -0700

I don't know what the deal is, but Xcode will not let me use the Accelerate framework in my project... I have the framework added to my project, and in the .m file that I am trying to use one of the functions, I have imported <Accelerate/Accelerate.h>...

Then in my code, I am doing:

vDSP_vsmul(buffer, 1, &gain, buffer, 1, frames);

And XCode fails building saying:

"No matching function for call to 'vDSP_vsmul'

Yet, if I command-click on the function, it takes me right to the header with the function declaration!

I also tried importing  <vecLib/vDSP.h>

But Xcode says it doesn't know what vecLib is...

...

My project is using TheAmazingAudioEngine, which uses Accelerate internally-- and that builds fine!  So, why in the world does Xcode not let me use it in my own files??

--
Patrick J. Collins
http://collinatorstudios.com
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Why won't Xcode won't let me use the Accelerate framework in my project?
      • From: Jens Alfke <email@hidden>
  • Prev by Date: Re: malloc was optimized out
  • Next by Date: Re: Why won't Xcode won't let me use the Accelerate framework in my project?
  • Previous by thread: Re: trying to get C++ code using NEON intrinsics to build
  • Next by thread: Re: Why won't Xcode won't let me use the Accelerate framework in my project?
  • Index(es):
    • Date
    • Thread