Questions tagged [fastlane-match]

85 questions
69
votes
7 answers

Getting error "Need to acknowledge to Apple's Apple ID and Privacy statement."

Hi we're getting this error when using fastlane sigh/get_provisioning_profile. I don't think it is a fastlane issue as it happened before case1 case2 and got fixed by accepting the agreement or other unknown reason.. Need to acknowledge to Apple's…
Ted
  • 22,696
  • 11
  • 95
  • 109
53
votes
6 answers

Xcode 8 cannot run on device, provisioning profile problems mentioning Apple Watch

I am running OS X El Capitan and using the Xcode 8 GM seed (8A218a) and I am trying to run my app on my iPhone 6 with iOS 10 GM seed, 10.01 (14A403), which is paired to my Apple Watch running watchOS 3 GM seed (14S326). I am using Match for handling…
Sajjon
  • 8,938
  • 5
  • 60
  • 94
21
votes
3 answers

Provisioning profile “match x” doesn't include signing certificate “Apple Distribution: Company (ID)” when using fastlane match

This error was encountered while trying to build one of our apps that had signing via fastlane match set up.
Zach Babb
  • 588
  • 1
  • 3
  • 12
18
votes
3 answers

How to un-set `fastlane_tmp_keychain-db` as the default keychain?

I'm not entirely sure how I get into this situation, but fastlane_tmp_keychain-db becomes my default keychain after a build, and I can't figure out how to un-set it. There are no options here to change the defaults. Why did fastlane do this and…
Roman Starkov
  • 59,298
  • 38
  • 251
  • 324
17
votes
2 answers

How do I manually add existing provisioning profiles and certificates to fastlane match?

I have a large number of existing apps in product and I would like to use the existing profiles and certificates in fastlane match. I understand that fastlane match can only work with the profiles and certificates it has created in the first place,…
Scott McKenzie
  • 16,052
  • 8
  • 45
  • 70
13
votes
1 answer

Fastlane match with multiple apps

I have developer account with multiple apps. I am using fastlane match to generate certs and profile. Now using match it creates new certs. Check below code how I generate it. lane :GenerateCerts do match(app_identifier: "dev", type:…
Parth Adroja
  • 13,198
  • 5
  • 37
  • 71
12
votes
2 answers

fastlane - Error cloning certificates repo

I am having some issues with fastlane and cloning a git repo from BitBucket. I am getting following error: fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabled [17:21:34]: Exit status: 128 [17:21:34]: Error cloning…
11
votes
3 answers

Fastlane Match failed to connect using personal access token and username

I'm having a bit of trouble connecting to a private repo in order to get the certs and profiles. Here is some of the code that is running in a fastlane lane within the circle-ci job/workflow. I would imagine this would be possible because of…
Lamour
  • 3,002
  • 2
  • 16
  • 28
10
votes
1 answer

How to use Fastlane to enable capabilities in provision profile?

Our org uses Fastlane to manage out codesign stuff. We have the github repo set up and been using it for a while. For Xcode13 we added time sensitive usernotifications capability to our entitlement file. …
10
votes
4 answers

What should I do with fastlane match after certificate revoked?

A user has revoked the distribution certificate. After downloading the new certificate (a p12 with the key) I still cannot get match appstore to work. I receive the error: Certificate 'XXXXXXXXXX' (stored in your git repo) is not available on …
Scott McKenzie
  • 16,052
  • 8
  • 45
  • 70
7
votes
1 answer

Fastlane match passphrase forgotten

I am working an iOS project that’s being deployed with Fastlane. However, during the Fastlane match, I don’t have the password to decrypt the repo. Here is the error message : bad decrypt - Couldn't decrypt the repo, please make sure you enter the…
ClémentFvr
  • 105
  • 2
  • 7
7
votes
1 answer

Fastlane Match with multiple bundle ids with multiple teams

I have an Xcode Project that has multiple targets. Two of the targets produce apps, each with its own bundle id, to be distributed via an Enterprise developer team ID and one target that is distributed via an App Store developer team ID. I am trying…
Mikkel Selsøe
  • 1,171
  • 1
  • 11
  • 23
7
votes
1 answer

Fastlane error in android apk build 'increment_version_code'

I am getting the errors in the fastlane for building a signed apk as an assembleRelease apk and i want to deploy the update on the playstore but when i firing the fastlane command at the time i am getting the error for the…
6
votes
1 answer

How to handle multiple iOS targets (widgets) in fastlane

I'm trying to add widgets to our project and fastlane isn't able to automate anymore. How do I edit the widget bundle identifier in fastlane How do I set the right provisioning profile for the right target Things I need: in xcode the app target…
ir2pid
  • 5,604
  • 12
  • 63
  • 107
6
votes
1 answer

Jenkins/fastlane - There are no local code signing identities found

I have problem with fastlane using Jenkins. Runing this command in terminal works fastlane provide_crashlytics_build testing:false check_xcode:false --env xxx, but from Jenkins not working Error message: There are no local code signing identities…
Mohamed Amer
  • 429
  • 1
  • 4
  • 18
1
2 3 4 5 6