Hello,
I try to add OpenEars framework to my application to provide my users with voice commands. When I run application in Mac, everything is all right.
When I build my application in my iPhone, I got several errors associated with this message:
ld: warning: ignoring file /Users/theUser/myProject/Framework/OpenEars.framework/OpenEars, missing required architecture armv7 in file /Users/theUser/myProject/Framework/OpenEars.framework/OpenEars (2 slices)
Undefined symbols for architecture armv7:
“_OBJC_CLASS_$_OEEventsObserver”, referenced from:
objc-class-ref in Speech.o
“_OBJC_CLASS_$_OEPocketsphinxController”, referenced from:
objc-class-ref in Speech.o
“_OBJC_CLASS_$_OEAcousticModel”, referenced from:
objc-class-ref in Speech.o
“_OBJC_CLASS_$_OELanguageModelGenerator”, referenced from:
objc-class-ref in Speech.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any idea?