1

I am working on VOIP call. For that I am linking libmswebrtc.a library. Its not working for my mac. While same code I checked with other mac, and its working. Following is error details:

Undefined symbols for architecture armv7: "_WebRtcSpl_MinValueW16Neon", referenced from: _InitPointersToNeon in libmswebrtc.a(spl_init.o)

Priyank Gandhi
  • 1,257
  • 1
  • 16
  • 29

1 Answers1

0

This kind of error says that you not linked your library with your project.
I think that this answer can help you.

Community
  • 1
  • 1
Artem Shmatkov
  • 1,434
  • 5
  • 22
  • 41