08 2020 档案

摘要:想试下蒲公英自动打包,这里记录下自己安装fastlane的过程以及遇到的部分问题; 一、fastlane的配置安装 1、确认Ruby版本,终端命令行 ruby -v 2、检查xcode命令行工具是否安卓。终端输入命令行 xcode-select --install 3、使用gem进行安装 sudo 阅读全文
posted @ 2020-08-11 20:08 wusang 阅读(320) 评论(0) 推荐(0)
摘要:问题描述:编译程序正常,但打包上传时报错The data couldn't be read because it isn't in the correct format 试过将xcode中的bitcode设置为NO以及改变版本号重新编译打包仍然报错,最后发现是因为模拟器无法正常运行导致的设备APP 阅读全文
posted @ 2020-08-01 19:56 wusang 阅读(2741) 评论(0) 推荐(0)