mmeitine / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
1 stars 0 forks source link

iOS google cast sdk 2.10 error #673

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
I am updating iOS google cast sdk 2.10. But i am getting 1 error at compile 
time. Like,
/////////////////
Undefined symbols for architecture x86_64:
  "_vDSP_vflt16", referenced from:
      l036 in GoogleCast(GNSAudioRecorder.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/////////////////
I am using xcode 7.0.1.

Thanks,

Original issue reported on code.google.com by an...@macymind.com on 21 Oct 2015 at 10:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You'll have to add Accelerate.framework to your project, which is a new 
dependency as of v2.10. More information can be found on this post on the 
Cast developers Google+ page (which is likely where this ticket originated 
from):
https://plus.google.com/117178526654710087773/posts/2brHiSREW45

Original comment by jonathan...@google.com on 21 Oct 2015 at 4:59