Home › Forums › OpenEars › OpenEars Tutorial Problem › Reply To: OpenEars Tutorial Problem
Halle,
Thank you for the reply. I have tried the steps you suggested, but I still get the same error. Is there any chance in having a look at the error below to see if you can work out what the problems is:
Ld /Users/matthew_harvie/Library/Developer/Xcode/DerivedData/WebTalk-fprbuqdtewuqwbaijqzafybjwasy/Build/Products/Debug-iphoneos/WebTalk.app/WebTalk normal arm64
cd /Users/matthew_harvie/Desktop/WebTalk
setenv IPHONEOS_DEPLOYMENT_TARGET 7.0
setenv PATH “/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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 arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -L/Users/matthew_harvie/Library/Developer/Xcode/DerivedData/WebTalk-fprbuqdtewuqwbaijqzafybjwasy/Build/Products/Debug-iphoneos -F/Users/matthew_harvie/Library/Developer/Xcode/DerivedData/WebTalk-fprbuqdtewuqwbaijqzafybjwasy/Build/Products/Debug-iphoneos -F/Users/matthew_harvie/Desktop/WebTalk/Framework -filelist /Users/matthew_harvie/Library/Developer/Xcode/DerivedData/WebTalk-fprbuqdtewuqwbaijqzafybjwasy/Build/Intermediates/WebTalk.build/Debug-iphoneos/WebTalk.build/Objects-normal/arm64/WebTalk.LinkFileList -dead_strip -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=7.0 -framework AVFoundation -framework Slt -framework AudioToolbox -framework CoreGraphics -framework UIKit -framework Foundation -framework OpenEars -Xlinker -dependency_info -Xlinker /Users/matthew_harvie/Library/Developer/Xcode/DerivedData/WebTalk-fprbuqdtewuqwbaijqzafybjwasy/Build/Intermediates/WebTalk.build/Debug-iphoneos/WebTalk.build/Objects-normal/arm64/WebTalk_dependency_info.dat -o /Users/matthew_harvie/Library/Developer/Xcode/DerivedData/WebTalk-fprbuqdtewuqwbaijqzafybjwasy/Build/Products/Debug-iphoneos/WebTalk.app/WebTalk
ld: warning: ignoring file /Users/matthew_harvie/Desktop/WebTalk/Framework/Slt.framework/Slt, missing required architecture arm64 in file /Users/matthew_harvie/Desktop/WebTalk/Framework/Slt.framework/Slt (3 slices)
ld: warning: ignoring file /Users/matthew_harvie/Desktop/WebTalk/Framework/OpenEars.framework/OpenEars, missing required architecture arm64 in file /Users/matthew_harvie/Desktop/WebTalk/Framework/OpenEars.framework/OpenEars (3 slices)
Undefined symbols for architecture arm64:
“_OBJC_CLASS_$_AcousticModel”, referenced from:
objc-class-ref in ViewController.o
“_OBJC_CLASS_$_OpenEarsEventsObserver”, referenced from:
objc-class-ref in ViewController.o
“_OBJC_CLASS_$_PocketsphinxController”, referenced from:
objc-class-ref in ViewController.o
“_OBJC_CLASS_$_LanguageModelGenerator”, referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)