we have
- xcode project with few swift-package-manager dependencies, but ONE of these dependencies hosted on Gitlab private repo
- fastlane for build and deliver our app
- bitrise as CI service
All works fine on local machine - Xcode just ask to fill auth info for Gitlab (login/access-token), then dependencies graph resolves and we can build our project.
But Bitrise fails on gym stage with error below =(
xcodebuild: error: Could not resolve package dependencies: Authentication failed because no credentals were provided.
How to authenticate Gitlab account for Bitrise to process gym stage?