随笔分类 - APP
iOS and Android
摘要:该aar是自己生成,并上传到私有maven仓库的。不知道是自己生成的包有问题,还是当前项目的配置有问题,包能import出来,但不能解析或引用任何类。gradle、sdk都升级成和arr包的项目一样了。还是不行。(解决了至少几个小时,搜不到相关资料,几近崩溃) 最终,用一台电脑测试,新建一个项目来引
阅读全文
摘要:参考: https://blog.csdn.net/Zxw_BK/article/details/125539211https://www.cnblogs.com/qixingchao/p/11652408.htmlhttps://www.jianshu.com/p/793431650210http
阅读全文
摘要:profile过期了,重新生成并下载证书,仍然提示错误:No signing certificate "iOS Development" found 然后在下面的Manage Certificate点开后,发现有警告:The operation couldn’t be completed. Unab
阅读全文
摘要:这里介绍使用代理的方式加快github的访问速度1.找到代理端口,比如我的是1080 2.执行命令行 git config --global http.proxy socks5://127.0.0.1:1080 git config --global http.https://github.com.
阅读全文
摘要:https://www.iteye.com/blog/815222418-2317439(关于Xcode编译性能优化的研究工作总结)https://www.cnblogs.com/bigshow1949/p/5953590.html(加快XCode的编译链接速度(200%+)—XCode编译速度慢的
阅读全文
摘要:第一步: 第二步: 列展开了:
阅读全文
摘要:异常原文: FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':react-native-fast-image:generateRelea
阅读全文
摘要:异常原文: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-orientation:verifyReleaseResources'. > A fa
阅读全文
摘要:自己公司开发的app,突然被各大市场下架,腾讯管家报毒: 到腾讯云安全中心检测:https://console.cloud.tencent.com/ms/scan 根据指引到安全检测平台检测:(https://www.virustotal.com/gui/home/upload) 也同样扫描出异常:
阅读全文
摘要:从git上把项目拉下来后,想要跑起来,这个过程中的填坑记录。 1、在项目根目录下先npm install 下 2、在ios目录下执行pod install 报错: Cloning spec repo `cocoapods` from `https://github.com/CocoaPods/Spe
阅读全文
摘要:在linux服务器下。 一、配置环境 1、安装node wget https://nodejs.org/dist/v12.18.1/node-v12.18.1-linux-x64.tar.xz // 下载tar xf node-v12.18.1-linux-x64.tar.xz // 解压cd no
阅读全文
摘要:一、配置环境 iOS在环境这块比安卓的要简单一些,不用配置环境变量,只需要准备一台mac(原先想用linux来搞,被劝退)。安装或升级到xcode最新版。 测试下使用xcode工具打离线包,项目先初始化好,然后按标准流程打包即可: 1、从develop.appstore下载并导入到本地证书; 2、还
阅读全文