Reply To: Increasing speech recognition accuracy using a custom languagemodel?

Home Forums OpenEars Increasing speech recognition accuracy using a custom languagemodel? Reply To: Increasing speech recognition accuracy using a custom languagemodel?

#1026615
jepjep7
Participant

I checked and the -ObjC linker flag was already added. Here are the Xcode errors:

Ld /Users/Joe/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-anzfsmtoufwysiaqbnobltsaejum/Build/Products/Debug-iphonesimulator/OpenEarsSampleApp\ Tests.xctest/OpenEarsSampleApp\ Tests normal x86_64
cd /Users/Joe/Downloads/OpenEarsDistribution/OpenEarsSampleApp
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export PATH=”/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin”
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.4.sdk -L/Users/Joe/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-anzfsmtoufwysiaqbnobltsaejum/Build/Products/Debug-iphonesimulator -F/Users/Joe/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-anzfsmtoufwysiaqbnobltsaejum/Build/Products/Debug-iphonesimulator -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.4.sdk/Developer/Library/Frameworks -F/Users/Joe/Downloads/OpenEarsDistribution/OpenEarsSampleApp/../Framework -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.4.sdk/Developer/Library/Frameworks -filelist /Users/Joe/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-anzfsmtoufwysiaqbnobltsaejum/Build/Intermediates/OpenEarsSampleApp.build/Debug-iphonesimulator/OpenEarsSampleApp\ Tests.build/Objects-normal/x86_64/OpenEarsSampleApp\ Tests.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -objc_abi_version -Xlinker 2 -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=8.0 -framework Slt -framework OpenEars -framework AudioToolbox -framework AVFoundation -Xlinker -dependency_info -Xlinker /Users/Joe/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-anzfsmtoufwysiaqbnobltsaejum/Build/Intermediates/OpenEarsSampleApp.build/Debug-iphonesimulator/OpenEarsSampleApp\ Tests.build/Objects-normal/x86_64/OpenEarsSampleApp\ Tests_dependency_info.dat -o /Users/Joe/Library/Developer/Xcode/DerivedData/OpenEarsSampleApp-anzfsmtoufwysiaqbnobltsaejum/Build/Products/Debug-iphonesimulator/OpenEarsSampleApp\ Tests.xctest/OpenEarsSampleApp\ Tests

Undefined symbols for architecture x86_64:
“_OBJC_CLASS_$_SaveThatWaveController”, referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)