【发布时间】:2018-04-26 12:06:13
【问题描述】:
我们可以在 Xcode 上存档构建并通过 Fabric 桌面应用程序通过 Crashlytics Beta 分发;但是,fastlane 分发失败了。构建上传但测试人员无法安装它。以下是 Fastfile 的一部分。
build_app(scheme: "The-App-Fabric",
workspace: "The-App.xcworkspace",
configuration: "QA",
output_directory: "./build",
clean: true,
include_bitcode: false)
crashlytics(api_token: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
build_secret: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
ipa_path:"./build/The-App-Fabric.ipa",
groups: ["ios-qa"])
【问题讨论】:
标签: ios xcode code-signing crashlytics fastlane