美文网首页
Xcode升级后fastlane打包成功,上传testfligh

Xcode升级后fastlane打包成功,上传testfligh

作者: 梁森的简书 | 来源:发表于2022-09-28 09:43 被阅读0次

1. 升级Command Line Tools

保持CLT和Xcode版本号一致
Command Line Tools升级前的版本号:


image.png

Command Line Tools升级后的版本号:


image.png

2. 升级后的Xcode配置Command Line Tools

image.png

3. Fastfile文件新增配置项

之前终端输出:


image.png
image.png

在Fastfile中增加provisioningProfiles

image.png

Fastfile中增加provisioningProfiles后终端输出:

image.png

最终成功上传到testflight。

相关文章

网友评论

      本文标题:Xcode升级后fastlane打包成功,上传testfligh

      本文链接:https://www.haomeiwen.com/subject/dlfcartx.html