python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to export a fastlane env to the main shell environment?
I have a CI setup on bitrise that's sort of like this:
# first script
fastlane match appstore
# second script
bash mycommands.sh
Now mycommands.sh needs access to one of the outputs of the first scr...

Uche Ozoemena
Votes: 0
Answers: 1
Could not find 'ruby2_keywords' (>= 0.0.4) among 141 total gem(s) (Gem::MissingSpecError) in m1 while running fastlane sigh
While running the fastlane sigh I got the below error "Could not find 'ruby2_keywords' (>= 0.0.4) among 141 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/Users/name/.rvm/gems/ruby...
sejn
Votes: 0
Answers: 0
How do I use match to indicate PROVISIONING_PROFILE_SPECIFIER for my host and share extension in ios app?
I simply use following option for gym:
def archive(options)
build_ios_app(
workspace: PLZ_WORKSPACE,
scheme: options[:scheme],
clean: true,
export_method: options[:adhoc] ? "ad-...

Bartłomiej Semańczyk
Votes: 0
Answers: 1
Fastlane match with multiple apps / certificates
We have two applications under the same apple developer account and fastlane is utilised to build both of these applications.
Both apps have their own separate repo and both have separate repos to hol...
Shapebuster
Votes: 0
Answers: 1