上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 38 下一页
摘要: fatal error: module map file '/Users/z/Library/Developer/Xcode/DerivedData/sometest-cnjreghvqrsixrehofwrnercfpei/Build/Products/Debug-iphoneos/YogaKit 阅读全文
posted @ 2020-07-17 14:42 野生野鸡码农 阅读(7601) 评论(0) 推荐(0) 编辑
摘要: zdeMacBook-Pro:ios z$ pod install Auto-linking React Native module for target `sometest`: RNVoicesdk Analyzing dependencies Fetching podspec for `Doub 阅读全文
posted @ 2020-07-17 10:04 野生野鸡码农 阅读(1115) 评论(0) 推荐(0) 编辑
摘要: 在demo工程里package.json文件中加入以下,并 npm i "dependencies": { ... "voicesdk": "../voicesdk", ... }, 阅读全文
posted @ 2020-07-16 16:59 野生野鸡码农 阅读(737) 评论(0) 推荐(0) 编辑
摘要: react native项目报错 attributes: Missing required attribute `homepage`. 在react native项目中运行ios环境的 pod install时报了这个错,经过一番查阅后 在github的 swagger-api/swagger-co 阅读全文
posted @ 2020-07-16 15:19 野生野鸡码农 阅读(515) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sinat_27798375/article/details/105516057 阅读全文
posted @ 2020-07-16 12:04 野生野鸡码农 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 条件:Mac端、iOS端都登录我自己的账号. 阅读全文
posted @ 2020-07-15 18:33 野生野鸡码农 阅读(323) 评论(0) 推荐(0) 编辑
摘要: Task :voicesdk:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':voicesdk:verifyRe 阅读全文
posted @ 2020-07-13 17:31 野生野鸡码农 阅读(588) 评论(0) 推荐(0) 编辑
摘要: var test = (some)=>{ return new Promise((resolve,reject)=>{ if(some == 0){ resolve('执行了第1个') } console.log('第二步'); if(some == 2){ reject('执行了第3个') } c 阅读全文
posted @ 2020-07-13 14:46 野生野鸡码农 阅读(4125) 评论(0) 推荐(0) 编辑
摘要: 在react-native项目中出现这个问题 解决办法: requestPerssion() .then(_=>{ this.initRecognizer(); }) .catch(e=>{}) 把 .catch(e=>{}) 加上就好了 阅读全文
posted @ 2020-07-13 12:04 野生野鸡码农 阅读(3193) 评论(0) 推荐(0) 编辑
摘要: https://juejin.im/post/5b20ceb16fb9a01e4f47cd49 下面是iOS向RN传递对象的代码 #import <React/RCTBridgeModule.h> @implementation Voicesdk RCT_EXPORT_METHOD(startRec 阅读全文
posted @ 2020-07-11 23:42 野生野鸡码农 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 38 下一页