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