fastlane

    1热度

    1回答

    我想执行fastlane命令来更新项目签名。 fastlane run update_project_codesigning path:"PROJECT.xcodeproj" 第一次总是要求确认 “是” 或 “否” 来更新的xcode的xcode格式: [18:50:33]: Updating the Automatic Codesigning flag to disabled for the

    0热度

    1回答

    当使用FASTLANE测试(扫描工具)通过詹金斯在iOS项目,我有时会收到以下错误: xcodebuild: error: Failed to build project X with scheme X. Reason: Could not get Simulator application’s pid Exit status: 70

    0热度

    1回答

    我试图使用fastlane deliver将我的应用上传到App Store,但它告诉我Xcode和iTunesConnect中的绑定标识符不匹配,即使它们是完全一样。为什么会发生这种情况,我能做些什么来帮助我找出原因?我知道我没有提供很多信息,但我甚至不确定自己从哪里开始寻找。这里是抛出的错误信息: iTunes Transporter的返回状态为1:错误ITMS-90054:“此捆绑包无效。捆

    3热度

    1回答

    我有一个包含多个目标/方案的Xcode项目设置,因此我在同一代码库下有几个应用程序。 我创造了我的中fastfile下面的测试车道它运行我的应用程序的每一个“叹”工具: lane :testing do ["First", "Second", "Third", "Fourth"].each do |scheme_name| sigh end end 望着FAS

    0热度

    1回答

    我已经创建了一个供应配置文件,以使用fastlane将iOS应用程序部署到测试飞行。 以下是我已经加入的.gitignore FASTLANE/report.xml将 FASTLANE/Preview.html FASTLANE文件/截图 FASTLANE/test_output 名单 fastlane/README.md 我还应该b将以下文件添加到.gitignore? 文件的文件夹中/证书 F

    0热度

    1回答

    我正在关注如何使用Fastlane构建应用程序的Ray Wenderlich教程。 (https://www.raywenderlich.com/136168/fastlane-tutorial-getting-started-2) “fastlane init”命令后,fastlane文件夹正在创建,但它只包含Appfile和Fastfile。它缺少元数据文件夹,Deliverfile和截图文件

    0热度

    1回答

    我正在尝试使用快速通道使用appium。 spec_path究竟是什么? 从技术文档:https://docs.fastlane.tools/actions/#appium 路径Appium spec目录 appium( app_path: "appium/apps/TargetApp.app", spec_path: "appium/spec", platform:

    1热度

    1回答

    我有一个运行在运行iOS单元测试的Jenkins上的管道作业。 当我们的测试失败时,我看到了一些非常奇怪的行为,fastlane在它的摘要中显示失败,但随后开始重建代码并重新测试。 这种情况持续发生,我无法弄清楚它是否是我缺少的fastlane/scan设置,或者是在Jenkins管道中运行它。 bundle exec fastlane test本地运行就好了,只对我的扫描文件中定义的每个设备执行

    1热度

    1回答

    我正在使用快车道快照工具为应用屏幕拍摄快照。 据FASTLANE社区,我需要运行, fastlane snapshot init 然后配置项目的UI测试目标之后,我需要运行 fastlane snapshot 但是,如果我想提供一些编译参数,如,xcodebuild测试只测试params,我该怎么做。比如我想建立像, xcodebuild test -workspace <path>

    0热度

    1回答

    我想为我的项目有一个通用的Fastlane文件。在每个项目中,我只想设置一些文件需要的变量。 我想象中的自定义中fastfile应该是这个样子: myVariable = "Tank" myArray = ["1", "2", "3", "let's go"] import_from_git(url: '[email protected]:foo/FastlaneFiles.git', pat