From 6ce4f6aab619adc89f2c9169d5703cc8b1472b98 Mon Sep 17 00:00:00 2001 From: sangeeths03 Date: Tue, 13 May 2025 12:17:26 +0530 Subject: [PATCH] Update 16pro.yml --- .github/workflows/16pro.yml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/workflows/16pro.yml b/.github/workflows/16pro.yml index ada44b16..535d08a5 100644 --- a/.github/workflows/16pro.yml +++ b/.github/workflows/16pro.yml @@ -18,16 +18,26 @@ jobs: - name: List Available Simulators (Confirm Presence) run: xcrun simctl list devices - - name: Install Fastlane (if not already present) + - name: Set up Ruby and Bundler run: | brew install ruby # Or your preferred Ruby installation method - gem install fastlane -NV + gem install bundler -NV - - name: Attempt to Run Fastlane Scan (Reproduce Error) + - name: Create Gemfile and Install Fastlane run: | - # Create a minimal Fastfile for testing mkdir -p fastlane - cat > fastlane/Fastfile < Gemfile < Fastfile <