gpt4 book ai didi

faSTLane - bitrise 在 Applications/Xcode-beta.app/Contents/Developer 找不到传输器

转载 作者:行者123 更新时间:2023-12-05 05:10:33 24 4
gpt4 key购买 nike

我正在尝试使用 bitrise 和 faSTLane 将 ios 存档上传到 testflight 但在存档成功后我收到错误 “Could not find transporter at Applications/Xcode-beta.app/Contents/Developer” 和工作流失败。

这是我的 faSTLane 文件

platform :ios do
desc "Push a new beta build to TestFlight"
lane :beta do
increment_build_number(xcodeproj: "APPNAME.xcodeproj")
match(type: "appstore")
cocoapods
build_app(workspace: "APPNAME.xcworkspace", scheme: "APPNAME")
upload_to_testflight
commit_version_bump(
message: "Fastlane iOS: Released new build #{lane_context[SharedValues::BUILD_NUMBER]} [ci skip].",
xcodeproj: "./APPNAME.xcodeproj",
force: true
)
clean_build_artifacts
end
end

最佳答案

Xcode 11 不再包含 Transporter 应用程序。

https://developer.apple.com/videos/play/wwdc2019/301/

关于faSTLane - bitrise 在 Applications/Xcode-beta.app/Contents/Developer 找不到传输器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56504929/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com