Questions tagged [fastlane-gym]

62 questions
0
votes
1 answer

Increment build number with fastlane without changing project file?

I am setting up fastlane to run the builds of our iOS app. Is there a way to increment the build number based on the latest TestFlight build and upload a build, but without changing the project file? I'd rather not pollute the Git history with build…
andrei
  • 2,053
  • 3
  • 17
  • 16
0
votes
0 answers

Fastlane Github Action Archive Fail with Run Script in Flutter iOS

I'm currently using fastlane with github action to deploy my Flutter iOS apps to Testflight. I have all the keys and information matched up. However, the build keeps failing at phase Run Script. `PhaseScriptExecution Run\ Script…
0
votes
1 answer

Fastlane gym exportOptionsPlist error for key "iCloudContainerEnvironment": expected one of {Development, Production}

I'm using Fastlane and Gym to build a react-native application and when the provisioning profile is set to ad-hoc I get the following error: Error Domain=IDEFoundationErrorDomain Code=1 "exportOptionsPlist error for key…
Asleepace
  • 3,466
  • 2
  • 23
  • 36
0
votes
1 answer

How to use Fastlane with a CMake generated XCode project with dependency on WebP?

I have a project written in C++ where CMake is used to generate the build system for various platforms including iOS. The project has a dependency on WebP. You can find an example project on GitHub here that can be used to reproduce things & I've…
dbotha
  • 1,501
  • 4
  • 20
  • 38
0
votes
0 answers

Fastlane Gymfile - pilot returns "No ipa or pkg file given" after gym

Setup I'm running Fastlane over CI (Gitlab) and having a common flow: match(type: ...) gym(scheme: ..., export_method: ...) pilot Each line is actually run in a different job and most environment variables are stored in dotenv files, Appfile, and…
0
votes
2 answers

Fastlane MapBox Framework Architecture arm64 Symbol

I'm trying to upload build through GitHub action and fastlane. I'm stuck in the MapBox framework. I'm using Github LFS to upload the Mapbox framework. But in the last I'm getting error given below please check. ld: ignoring file…
Sham Dhiman
  • 1,348
  • 1
  • 21
  • 59
0
votes
1 answer

xcodebuild: Implement XCBuild support for macros in overriding parameters with condition sets error

I'm invoking xcodebuild (Xcode 12.5) specifying an xcconfig file using the -xcconfig parameter. If the xcconfig file contains a conditional variable assignment based on build configuration (for example SWIFT_OPTIMIZATION_LEVEL[config=Debug] =…
francybiga
  • 960
  • 1
  • 8
  • 16
0
votes
1 answer

Fastlane with multiple certificates

Let us say that we have two valid certificates and two corresponding provisioning profiles for a single application. Let us say that we need this setup for reasons unrelated to the question. How can we use fastlane / fastlane match to use either one…
Terminus
  • 925
  • 10
  • 23
0
votes
1 answer

XCBuild shows error while calling fastlane gym

I have an app with multiple targets and try to configure fastlane's gym. Also, we use pretty extensively compiler flags in the app. I get this error FIXME: Implement XCBuild support for macros in overriding parameters with condition sets:…
Ionut
  • 374
  • 4
  • 10
0
votes
1 answer

Ionic React App IOS Build fails 'provisioning profile'

I try to build my app for the IOS platform. I am on windows thats why I cant use XCode and followed the Ionic appflow with fastlane. I've generated certificates, profiles etc using the apple developer site and openssl according to this guide…
0
votes
1 answer

React Native, AzureDevops and Fastlane ipa build failing

I'm actually new to AzureDevOps and its been two days I can't seem to find a solution for building my app on AzureDevOps. Here's what I've done so far: p12 certificated uploaded and applied in pipeline following this guide Install Apple…
0
votes
1 answer

Travis error for @available command in iOS

I am running an issue with Travis and Fastlane (Gym) and I haven't found a way of fixing it. I added a new dependency through Cocoapods and all works fine in my device but when I run it through Travis it encounters the following errors: no known…
Joan Cardona
  • 3,463
  • 2
  • 25
  • 43
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

Compare fastlane/gym with xcode build

I have an ionic 3 application that behaves differently when built via fastlane-gym vs. Xcode. When built with fastlane-gym, the ionic app exhibits some readily reproducible UI refresh issues, that promptly disappear when the app is built with…
scipio
  • 45
  • 1
  • 5
0
votes
2 answers

Passing a Build Number to xcargs in Fastlane/Gym

I have an app with some app extensions. In order to keep the app extensions and the main app using the same version and build number, I have configured a user defined variable such as "MY_BUILD_NUMBER" and "MY_VERSION". In my app and my extensions…
Kyle
  • 14,036
  • 11
  • 46
  • 61