Questions tagged [fastlane-match]

85 questions
6
votes
1 answer

Match - fastlane is not automatically downloading the update provisioning profile (I added new devices in developer account)

Match - Fastlane is not automatically downloading the updated provisioning profile (New Devices gets added). I use this command match(type: "development", readonly: true, force_for_new_devices: true) if i do this: match(type: "development",…
Neelam Verma
  • 3,232
  • 1
  • 22
  • 33
5
votes
2 answers

fastlane match generate new certificate with push notifications enabled

I'm a bit confused on how I'm supposed to add push notification capabilities to an app where I have generated provisioning profiles/certs using fastlane match I'm trying to run my device in development after enabling and setting up push…
Jordan
  • 2,393
  • 4
  • 30
  • 60
5
votes
1 answer

Deployment in Testflight through Fastlane and Github Actions fails

I followed this tutorial in order to setup a Github Action for automating building and deployment of iOS Apps through Testflight. If I use testlane locally, everything works as expected and Application is sent to TestFlight. But on Github Actions,…
5
votes
0 answers

Couldn't decrypt the repo, please make sure you enter the right password

I can't run the "Fastlane release", because it shows the error "Couldn't decrypt the repo, please make sure you enter the right password!". I'm sure that the entered password is correct. I tried to remove all profiles and certificates manually but…
Mohsen mokhtari
  • 2,841
  • 1
  • 30
  • 39
5
votes
0 answers

iOS Fastlane Match codesigning issue

My xcodeproject has the signing release set as "match Adhoc teamid" This works fine when building adhoc releases, match installs adhoc provisioning profiles and gym uses it. But using appstore release match correctly installs appstore provisioning…
ir2pid
  • 5,604
  • 12
  • 63
  • 107
4
votes
1 answer

How do I get Fastlane Match to create & store the mac_installer_distribution certificate for a MacOS app in the certs repo?

I've been using Fastlane to build, test, and distribute iOS apps for a few years now but I'm trying for the first time with a MacOS app. For MacOS Apps, the certificates needed to sign the app for distribution are slightly different. Basically each…
Litome
  • 653
  • 8
  • 12
4
votes
1 answer

Fastlane Match 'Access Denied' with Amazon S3

I am trying to setup match, fastlane's tool for code signing on iOS apps. Out of the three options, I chose to store my certificates in Amazon S3, but my authorization is either not working or I have to change my permissions for the bucket on S3.…
Arturo Reyes
  • 179
  • 1
  • 6
4
votes
2 answers

Fastlane Match fails to verify certificates and profiles

I'm trying to run fastlane match appstore. It successfully decrypts the cert repo, says it successfully logs in to Apple Dev Portal, generates a cert and installs it. But it always fails at "Verifying certificates..." like this: [13:48:03]: Starting…
Nick Stamas
  • 1,801
  • 1
  • 16
  • 19
4
votes
1 answer

Should fastlane created .cer and .mobileprovision files be stored in git?

I'm using fastlane to deploy my iOS app and have just started using match as well. After deploying, in the root of my project directory are .cer and .mobileprovision files. Should these be committed to the project git repository? Or will they be…
markand
  • 2,829
  • 1
  • 16
  • 16
3
votes
0 answers

Fastlane gym: error with status code 65 and no clear output

I have been struggling with this Github Action using Fastlane and match for iOS deployment to TestFlight of a flutter app. Everything started to break when I changed laptop and forgot the keychain password. I nuked all previous certificates and…
alexlipa
  • 1,131
  • 2
  • 12
  • 27
3
votes
1 answer

Fastlane Match environment variables are not picked up by build_app

I started using fastLane and match for codesigning on jenkins. match is able to successfully create the certificates and provisioning profile. The build_app step however fails since the pbxproj file is setting the CODE_SIGN_STYLE to Automatic. I…
Yagna
  • 423
  • 1
  • 5
  • 15
3
votes
1 answer

Fastlane Apple Developer account credentials

we are manually running fastlane right now as we have not setup CI/CD on a server yet. The new developer ran our fastfile and was prompted to enter the passphrase we are using for match. So he entered the passphrase, which worked fine, but next it…
Shawn
  • 2,355
  • 14
  • 48
  • 98
3
votes
0 answers

Fastlane either hangs on Mac or gives an error on Windows, need to build an iOS app

With my team we have been trying to create an IPA file to test on an iPad. We are using NativeScript with Angular, the app has been fully developed in a Windows computer so we have tried using the CircleCI method that NativeScript is giving as an…
3
votes
1 answer

Reuse Fastlane match for encrypting other credentials and android key stores

I'm using Fastlane match to manage my code signing of iOS. Is there a way to use the same repo for storing other project credentials [keys, API tokens, etc] which are used in the app but cannot be checked in Git, or use Fastlane match commands to…
ir2pid
  • 5,604
  • 12
  • 63
  • 107
3
votes
1 answer

Fastlane match build adhoc and appstore

I'm using Fastlane match and gym for building and distributing my app from a CI (Bitrise) to Fabric. My Xcode settings are set to manual with a Release configuration using the AdHoc profile as described in the Fastlane docs Now I want to distribute…
Jan
  • 7,444
  • 9
  • 50
  • 74