会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
野生野鸡码农
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
38
下一页
2020年7月19日
如何在RN插件iOS部分添加framework文件
摘要: 参考方式 https://github.com/react-native-community/react-native-permissions/blob/master/ios/Camera.podspec https://github.com/react-native-community/react
阅读全文
posted @ 2020-07-19 17:18 野鸡码农
阅读(380)
评论(0)
推荐(0)
2020年7月17日
fatal error: module map file '/Users/z/Library/Developer/Xcode/DerivedData/sometest-cnjreghvqrsixrehofwrnercfpei/Build/Products/Debug-iphoneos/YogaKit/YogaKit.modulemap' not found 1 error generated.
摘要: fatal error: module map file '/Users/z/Library/Developer/Xcode/DerivedData/sometest-cnjreghvqrsixrehofwrnercfpei/Build/Products/Debug-iphoneos/YogaKit
阅读全文
posted @ 2020-07-17 14:42 野鸡码农
阅读(7900)
评论(0)
推荐(0)
ERROR | attributes: Missing required attribute `homepage`.
摘要: 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 野鸡码农
阅读(1130)
评论(0)
推荐(0)
2020年7月16日
react native项目依赖本地文件夹
摘要: 在demo工程里package.json文件中加入以下,并 npm i "dependencies": { ... "voicesdk": "../voicesdk", ... },
阅读全文
posted @ 2020-07-16 16:59 野鸡码农
阅读(756)
评论(0)
推荐(0)
attributes: Missing required attribute `homepage`.
摘要: react native项目报错 attributes: Missing required attribute `homepage`. 在react native项目中运行ios环境的 pod install时报了这个错,经过一番查阅后 在github的 swagger-api/swagger-co
阅读全文
posted @ 2020-07-16 15:19 野鸡码农
阅读(541)
评论(0)
推荐(0)
2020年苹果开发者资质验证流程以及失败后提示未能验证证件
摘要: https://blog.csdn.net/sinat_27798375/article/details/105516057
阅读全文
posted @ 2020-07-16 12:04 野鸡码农
阅读(598)
评论(0)
推荐(0)
2020年7月15日
个人免费用户运行iOS demo步骤(新手)
摘要: 条件:Mac端、iOS端都登录我自己的账号.
阅读全文
posted @ 2020-07-15 18:33 野鸡码农
阅读(332)
评论(0)
推荐(0)
2020年7月13日
react-native打包apk报错
摘要: 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 野鸡码农
阅读(624)
评论(0)
推荐(0)
promise语法中的return问题
摘要: 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 野鸡码农
阅读(4169)
评论(0)
推荐(0)
unhandled promise rejection
摘要: 在react-native项目中出现这个问题 解决办法: requestPerssion() .then(_=>{ this.initRecognizer(); }) .catch(e=>{}) 把 .catch(e=>{}) 加上就好了
阅读全文
posted @ 2020-07-13 12:04 野鸡码农
阅读(3212)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
38
下一页
公告