NuanceDev / ndev-phonegap-ios

PhoneGap Sample Speech App for iOS
http://nuancedev.github.io/samples/phonegap/ios/
1 stars 8 forks source link

SKVocalizer not found #3

Open qiaoming1990321 opened 8 years ago

qiaoming1990321 commented 8 years ago

In file included from /Users/xueersi/Downloads/ndev-phonegap-ios-master/PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:9: /Users/xueersi/Downloads/ndev-phonegap-ios-master/PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:70:46: error: no type or protocol named 'SpeechKitDelegate' @interface PhoneGapSpeechPlugin : CDVPlugin <SpeechKitDelegate, SKVocalizerDelegate, SKRecognizerDelegate>{ ^ /Users/xueersi/Downloads/ndev-phonegap-ios-master/PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:78:3: error: unknown type name 'SKVocalizer' SKVocalizer* vocalizer; ^ /Users/xueersi/Downloads/ndev-phonegap-ios-master/PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:79:3: error: unknown type name 'SKRecognizer' SKRecognizer* recognizerInstance; ^ /Users/xueersi/Downloads/ndev-phonegap-ios-master/PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:84:29: error: unknown type name 'SKVocalizer' @property(readonly) SKVocalizer* vocalizer; ^ /Users/xueersi/Downloads/ndev-phonegap-ios-master/PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:85:29: error: unknown type name 'SKRecognizer' @property(readonly) SKRecognizer* recognizerInstance; ^ /Users/xueersi/Downloads/ndev-phonegap-ios-master/PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:437:38: error: expected a type

qiaoming1990321 commented 8 years ago

can you help me or tell me why?

VJBHUM commented 7 years ago

Hi qiaoming1990321 , Have you got any resolution for this issue. I have the similar issue in PhoneGapSpeechPlugIn. Thx.

PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:78:3: Unknown type name 'SKVocalizer' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:79:3: Unknown type name 'SKRecognizer' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:84:29: Unknown type name 'SKVocalizer' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:85:29: Unknown type name 'SKRecognizer' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:34:6: Use of undeclared identifier 'SpeechKit' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:91:6: Use of undeclared identifier 'SpeechKit' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:133:6: Use of undeclared identifier 'SpeechKit' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:156:87: Use of undeclared identifier 'SpeechKit' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:188:42: Use of undeclared identifier 'SKDictationRecognizerType' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:190:36: Use of undeclared identifier 'SKSearchRecognizerType' PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:194:36: Use of undeclared identifier 'SKRecognizer' Generics Issue Group PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.h:70:46: No type or protocol named 'SpeechKitDelegate' Parse Issue Group PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:437:38: Expected a type PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:459:39: Expected a type PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:482:21: Expected a type PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:560:21: Expected a type PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:614:20: Expected a type PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:639:20: Expected a type PhoneGapSpeechSample/Plugins/PhoneGapSpeechPlugin.m:644:20: Expected a type Apple LLVM 8.0 Error Group Too many errors emitted.