Home › Forums › OpenEars plugins › NeatSpeech Linker Error › Reply To: NeatSpeech Linker Error
December 31, 2015 at 2:04 am
#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