Questions tagged [fastlane-match]
85 questions
0
votes
1 answer
fastlane match can no longer create provisioning profiles
I use fastlane to manage my certificates and provisioning profiles. My fastfile has the line: match(type: "adhoc", force: true) in it, to cause a new provisioning profile to be created whenever the lane is executed.
The match command is run with an…

Paul
- 1,897
- 1
- 14
- 28
0
votes
1 answer
How to get ios Bundle ID that other actions use
My Fastlane is configured and working great. Match is setup and working great. Everything automatically detects the project and the bundle ID and is working great...
But I need to manually set profile_path in the following:
automatic_code_signing(
…

Slav
- 27,057
- 11
- 80
- 104
0
votes
1 answer
Does fastlane nuke deletes push certificates too
We lost the match encryption password and have to nuke our existing profiles. I want to be sure running
fastlane nuke development
fastlane nuke distribution
fastlane nuke adhoc
and thus nuking the old certificates won't delete our APNS push…

ir2pid
- 5,604
- 12
- 63
- 107
0
votes
1 answer
Apple developer account - remove team ID from agent
I was the team agent of an enterprise account but after joining a new team in Fastlane match I get the option to choose between the team I was an agent of and new invited team.
[14:03:47]: Fetching certificates and profiles...
Multiple teams found…

ir2pid
- 5,604
- 12
- 63
- 107
0
votes
1 answer
Fastlane - Multiple codesigning identity
We are facing a problem with fastlane. When checking certificate / profiles, the completion time is getting too (~50 minutes) :
[2018-03-09 16:08:29.52]: Cloning remote git repo...
[2018-03-09 16:57:40.15]: Certificate 'XXXXXXX.cer' is already…

r4phG
- 470
- 8
- 16
0
votes
1 answer
How to store p12 file in Git repository using Fastlane?
I'm using Fastlane Match to manage my certificates and provisionings on iOS.
This tool is so cool that I would like to inspire me to manage my push notification certicates and p12.
I'm using pem to create the p12 file, and I would like to store it,…

cmii
- 3,556
- 8
- 38
- 69
0
votes
2 answers
Xcode error when running on connected device: "he executable was signed with invalid entitlements"
Issue Description
I'm working on an app based on ReactNative 0.40, I am using Fastlane for beta deployments and I'm using Match to manage my signing profiles. Most things work as expected, however:
Issue:
When I try to run my app on a physical…

0x6A75616E
- 4,696
- 2
- 33
- 57
0
votes
1 answer
Storing Match certificates in the project directory
The Fastlane Match documentation suggests putting certificates in a private git repo. If my project repo is already private is there any reason to not put the certificates into the project repo? Say in a /certificates directory?
Obviously it would…

Marc
- 6,773
- 10
- 44
- 68
-1
votes
1 answer
Fastlane match with 2 developer accounts
Our app has multiple configurations and uses an enterprise developer account for some use cases and an appstore account for other use cases. I'm able to use match with both accounts by managing environment files, but run into a blocker when it comes…

froggomad
- 1,747
- 2
- 17
- 40
-1
votes
1 answer
How to automatize the provisioning profile generation with fastlane for your development team for running macos apps?
I need to set up my team's computers for running a macos app made with Flutter, for that purpose I read I need certificates and profiles and that fastlane match is an ideal tool for handling this pain. The thing is that this error shows up even…

Nico Rodsevich
- 2,393
- 2
- 22
- 32