Xcode 11 不再包含 Application Loader

Xcode 11 Release Notes

Xcode supports uploading apps from the Organizer window or from the command line with xcodebuild or xcrun altool. Application Loader is no longer included with Xcode. (29008875)

Xcode 支持使用 xcodebuild 或者 xcrun altool 命令上传应用,Developer Tool 不再包含 Application Loader。

Xcode 11 将 Application Loader 找回

Application Loader 是对 altool 的封装。

  1. 从 Xcode 老版本中找到 Application Loader 拷贝
    路径 /Applications/Xcode.app/Contents/Applications/
    百度云盘 Application Loader
  2. 将拷贝的 Application Loader 放到 Xcode 11 的 Applications 中

使用 xcrun altool 命令上传

// 验证
/**
path: .iap 文件的路径
username: 开发者账户
password: 密码
*/
xcrun altool --validate-app -f path -u username -p password
// 上传
xcrun altool --upload-app -f path -u username -p password
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。