07 2020 档案
摘要:转载自:https://blog.csdn.net/lifeng__/article/details/101521095 我的xcode打包闪退,尝试启动项目,遇到React Native启动报错的问题,原本的项目的是Xcode10的,现在我更新了我Xcode版本到Xcode11. 报错为 Unkn
阅读全文
摘要:转载自: https://www.jianshu.com/p/8cdbe3a9b302 之前一时冲动升级了Xcode,然后不敢升级自己的react-native版本。怕版本差异太大。掉进坑里面。所以只好走了一遍Xcode坑之路。 1.升级为Xcode之后。有点崩溃。各种爆粗。。。主要是 node_m
阅读全文
摘要:https://www.cnblogs.com/richard-youth/p/10002797.html
阅读全文
摘要:1,配置: /Users/z/code/zeropay/app/src/main/res/values/styles.xml : 红色标签意义是Activity中的布局不进入状态栏 <style name="AppTheme" parent="Theme.AppCompat.Light.NoActi
阅读全文
摘要:https://www.jianshu.com/p/d1c621631f7e
阅读全文
摘要:void start(){ //在小米5的手机上直接向getExternalStorageDirectory写文件会出现文件管理器找不文件的情况, 这时候就要提前生成这个文件夹,防止存储wav文件失败。 mkdir(); String path = Environment.getExternalSt
阅读全文
摘要:// 测试文件路径 // 联想测试 filePath = "/data/data/et.tsingtaopad.uploadapk/files/headImg/picname.png"// 小米测试 filePath = "/data/user/0/et.tsingtaopad.uploadapk/
阅读全文
摘要:https://blog.csdn.net/imhxl/article/details/50854146?locationNum=1&fps=1
阅读全文
摘要:https://github.com/zphhhhh/react-native-speech-iflytek/issues/36 描述:[IFlySpeechUtility createUtility:initString]的时候报错: Assertion failed: (severity >=
阅读全文
摘要:AVAuthorizationStatus microPhoneStatus = [AVCaptureDevice authorizationStatusForMediaType:AVMediaTypeAudio]; switch (microPhoneStatus) { case AVAuthor
阅读全文
摘要:zdeMacBook-Pro:sometest z$ react-native run-ios -h react-native run-ios builds your app and starts it on iOS simulator Options: --simulator [string] E
阅读全文
摘要:参考方式 https://github.com/react-native-community/react-native-permissions/blob/master/ios/Camera.podspec https://github.com/react-native-community/react
阅读全文
摘要:fatal error: module map file '/Users/z/Library/Developer/Xcode/DerivedData/sometest-cnjreghvqrsixrehofwrnercfpei/Build/Products/Debug-iphoneos/YogaKit
阅读全文
摘要:zdeMacBook-Pro:ios z$ pod install Auto-linking React Native module for target `sometest`: RNVoicesdk Analyzing dependencies Fetching podspec for `Doub
阅读全文
摘要:在demo工程里package.json文件中加入以下,并 npm i "dependencies": { ... "voicesdk": "../voicesdk", ... },
阅读全文
摘要:react native项目报错 attributes: Missing required attribute `homepage`. 在react native项目中运行ios环境的 pod install时报了这个错,经过一番查阅后 在github的 swagger-api/swagger-co
阅读全文
摘要:https://blog.csdn.net/sinat_27798375/article/details/105516057
阅读全文
摘要:条件:Mac端、iOS端都登录我自己的账号.
阅读全文
摘要:Task :voicesdk:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':voicesdk:verifyRe
阅读全文
摘要:var test = (some)=>{ return new Promise((resolve,reject)=>{ if(some == 0){ resolve('执行了第1个') } console.log('第二步'); if(some == 2){ reject('执行了第3个') } c
阅读全文
摘要:在react-native项目中出现这个问题 解决办法: requestPerssion() .then(_=>{ this.initRecognizer(); }) .catch(e=>{}) 把 .catch(e=>{}) 加上就好了
阅读全文
摘要:https://juejin.im/post/5b20ceb16fb9a01e4f47cd49 下面是iOS向RN传递对象的代码 #import <React/RCTBridgeModule.h> @implementation Voicesdk RCT_EXPORT_METHOD(startRec
阅读全文
摘要:https://nls-portal.console.aliyun.com/overview
阅读全文
摘要:https://www.njleonzhang.com/2018/08/30/react-native-modules.html 一,新建demo项目 1,安装环境 $ npm install -g yarn react-native-cli $ npm install -g react-nativ
阅读全文
摘要:https://www.cnblogs.com/Oldz/p/13229495.html 里边有概述
阅读全文
摘要:转载自他人:https://blog.csdn.net/MakeWorks/article/details/69487344 一个profile有很多的服务,一个服务又有很多的特性,一个特性中又有几种属性条目组成。 profile(数据配置文件)一个profile文件可以包含一个或者多个服务,一个p
阅读全文
摘要:https://fsp1yjl.github.io/2017/07/29/2017Qt%E4%B8%AD%E4%BD%8E%E5%8A%9F%E8%80%97%E8%93%9D%E7%89%99%E6%A8%A1%E5%9D%97%E4%BD%BF%E7%94%A8/ 1.要使用qt蓝牙模块, 项目
阅读全文