Skip to content

Commit 5eb1fe3

Browse files
committed
update README.md
1 parent 40b568b commit 5eb1fe3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,15 @@ onRecognizerResult(e) {
119119
Synthesizer.setParameter(SpeechConstant.VOICE_NAME, "xiaoyu");
120120
```
121121

122-
## Mayebe
122+
## Maybe
123123
- (Native Android) Android Studio 2.3.3 接入讯飞语音接口: http://www.jianshu.com/p/caf50402d31c
124124

125+
## FAQ
126+
1. iOS 提示 `iflytek.framework not found`
127+
`iflytek.framework` 拖入时注意选择 `Copy items if needed`。如忘记选择,最好的方式是在工程中删除讯飞框架,将讯飞框架移至其他文件夹,并重新拖入工程,选择 `Copy items if needed`。(Xcode 的缓存会记住上次选择,若第一次没有`Copy items if needed`,在同一位置下重新拖入不会再次出现选择框。)
128+
2. `react-native [command]` 命令失效?
129+
同时使用 yarn 和 npm 时可能会出现这个问题,建议再敲一次 `yarn` 命令解决依赖。
130+
125131
## Contribute
126132
期待提出有关建议,欢迎做出贡献,感谢 star。
127133
Github: [https://github.com/zphhhhh/react-native-speech-iflytek](https://github.com/zphhhhh/react-native-speech-iflytek)

0 commit comments

Comments
 (0)