-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IFlySpeechUtility createUtility:initString]; 时报错,大神帮忙呀。 #36
Comments
注释了这个方法的所有语句就好了: |
我也遇到了 |
@zphhhhh 求解~~ |
注释了这段也不行,但之前有时候就可以的,不知道怎么彻底解决,迷惑中,知道解决办法吗?? |
如果再次遇到,ios版本需要清理xcode编译环境缓存后,重新编译就好了。 |
@leeeGreat @Buddha
|
注释代码可行,但是每次npm install之后,就会被重新覆盖,会产生另一个问题,很好奇你们是如何避免的 |
Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, file /Users/samyao/Git/trace/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc, line 595.
各种方法都试过,bitcode也关闭了,就是初始化时报错,无法继续,很急,很关键。
if (Platform.OS === 'ios') {
Synthesizer.init("xxxxx");//也会报错
Recognizer.init("xxxxx");
}
2018年9月15号下载的最新sdk包:iOS_iat1174_tts_online1174_5b8e2af1.zip
PS F:\Gitee\trace\trace> react-native -version
react-native-cli: 2.0.1
react-native: 0.53.0
The text was updated successfully, but these errors were encountered: