问题
I am trying to use Portaudio on OSX 10.9 in Xcode 5, but am running into some issues.
I have downloaded the source, rand ./configure and make, included the include folder in my xcode project, and ran Pa_Initialize() to get this error. I have tried setting the architectures in the xcode build settings from "Standard Architectures (64-bit Intel)(x86_64)" to "Universal (32/64-bit Intel)(x86_64, i386)" with no success.
I have followed instructions/solutions here, here and here but have found no solution yet.
Have any of you guys gotten this lib working in xcode 5? I'm not the most experienced person with linking libs in C, so any help would much be appreciated.
来源:https://stackoverflow.com/questions/23185090/using-portaudio-on-osx-10-9-in-xcode-5-undefined-symbols-for-architecture-x86