处理ios无法编译的问题
This commit is contained in:
parent
18cc26ec62
commit
9a9a266ae4
@ -16,8 +16,6 @@
|
||||
#define STR_RESULTS @"results"
|
||||
#define STR_PROGRESS @"progress"
|
||||
|
||||
// always replace the appid and the SDK with what you get from voicecloud.cn
|
||||
// static SPEECH_APP_ID;
|
||||
|
||||
|
||||
@interface CDVSpeech()
|
||||
@ -36,6 +34,7 @@
|
||||
NSLog(@"error: IFlySpeechConfig.plist not found");
|
||||
assert(0);
|
||||
}
|
||||
NSMutableDictionary *plistData = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath];
|
||||
self.appId = [plistData valueForKey:@"AppKey"];
|
||||
}
|
||||
|
||||
@ -44,10 +43,6 @@
|
||||
|
||||
}
|
||||
|
||||
- (void) loadAppID{
|
||||
|
||||
NSMutableDictionary *plistData = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath];
|
||||
}
|
||||
|
||||
#pragma mark - 语音录入
|
||||
- (void)startListening:(CDVInvokedUrlCommand*)command
|
||||
|
Loading…
x
Reference in New Issue
Block a user