You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Bitrise workflow uses Bitrise Fastlane Match to run fastlane match.
This is different from GitHub Actions and local run and can cause issue if the implementation in fastfile diverge.
Solution
Use lane declared in fastfile to run fastlane match.
Issue
Current Bitrise workflow uses Bitrise Fastlane Match to run fastlane match.
This is different from GitHub Actions and local run and can cause issue if the implementation in
fastfile
diverge.Solution
fastfile
to run fastlane match.sync_adhoc_signing
,sync_adhoc_production_signing
,sync_appstore_signing
.update_code_signing_settings
tofastfile
from Modify signing automatically when generating a project #330 to automatically change settings on Xcode.Who Benefits?
Bitrise users and iOS Template maintainers.
The text was updated successfully, but these errors were encountered: