Reply To: NeatSpeech Linker Error

Home Forums OpenEars plugins NeatSpeech Linker Error Reply To: NeatSpeech Linker Error

#1027651
jehelam
Participant

I got NeatSpeech working in a Swift project by adding /usr/lib/libstdc++.dylib to the “Other Linker Flags” in Build Settings/Linking, in order to resolve the C++ standard lib references:

Other Linker Flags /usr/lib/libstdc++.dylib -ObjC