SpeechKit Pod for Swift导致未声明的类型错误

时间:2016-03-05 17:29:46

标签: ios swift compiler-errors cocoapods speechkit

我已使用此CocoaPod https://cocoapods.org/pods/SpeechKit实施Nuance SpeechKit,并执行accepted S.O. answer此处的说明:https://stackoverflow.com/questions/30327372/implementing-nuance-speech-recognition-on-swift-cannot-listen-to-onresult-oner

在这样做之后,我得到一个"使用未申报的类型' SKRecognizerDelegate'"错误:

支持文件 enter image description here enter image description hereenter image description here

UIViewController中的错误: SKRecognizerDelegate error screen

1 个答案:

答案 0 :(得分:0)

我看到的唯一区别是桥文件中的#ifndef / #define行,

#ifndef Vanilla_Bridge_h
#define Vanilla_Bridge_h
#import <SpeechKit/SpeechKit.h>

在任何情况下,我认为这是一个桥接文件错误,请尝试删除它并使用本指南再次添加:http://www.learnswiftonline.com/getting-started/adding-swift-bridging-header/祝您好运!