From 0ff5eb1f7be64ade930f51e0c41cfed5a5bcd0b9 Mon Sep 17 00:00:00 2001 From: Talha Ali Date: Sun, 17 Mar 2024 17:47:34 -0500 Subject: [PATCH] pointing to hardcoded profile --- .github/workflows/test.yml | 3 --- fastlane/Fastfile | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc6b52de3..543e07fd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,9 +23,6 @@ jobs: with: ssh-private-key: ${{ secrets.MATCH_SSH_KEY }} - - name: check Install - run: fastlane action install_provisioning_profile - - name: Release env: MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD_TALHA }} diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3d2eb0d6e..c34838535 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -140,12 +140,9 @@ platform :ios do build_number: number + 1, xcodeproj: "Example/ExampleApp.xcodeproj" ) - install_provisioning_profile( - path: "profiles/profile.mobileprovision" - ) update_project_provisioning( xcodeproj: "Example/ExampleApp.xcodeproj", - profile: "profiles/profile.mobileprovision", + profile: "~/Library/MobileDevice/Provisioning Profiles/a6ba4083-a6fd-4d4f-b2f1-4098d8234e42.mobileprovision", build_configuration: "Release" ) gym(