处理ios无法编译的问题

This commit is contained in:
zher52 2020-11-03 17:29:55 +08:00
parent 18cc26ec62
commit 9a9a266ae4

View File

@ -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