diff --git a/.github/workflows/build-and-test-ios-app.yml b/.github/workflows/build-and-test-ios-app.yml index 38998f87..5baf9e83 100644 --- a/.github/workflows/build-and-test-ios-app.yml +++ b/.github/workflows/build-and-test-ios-app.yml @@ -28,7 +28,9 @@ jobs: # - name: Run Unit and UI Tests # run: bundle exec fastlane test - + - name: Debug Helper + run: security find-provisioning-profile + - name: Build iOS App run: bundle exec fastlane build env: