Updating Xcode Version to 26 in CI - #358
Merged
Merged
Conversation
abroa01
commented
Apr 22, 2026
Collaborator
ci: migrate dev mobile release steps to fastlane
ci: fix fastlane bundler setup and path resolution
ci: fix ios bundler install and android play upload option
ci: fix android fastlane metadata upload
ci: exclude vendor bundle from downstream dev workflow artifact
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.4.2 to 5.5.6. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.4.2...v5.5.6) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.5.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…parser-5.5.6 chore(deps): bump fast-xml-parser from 5.4.2 to 5.5.6
fix: pass CI keychain to fastlane certificate import
fix: add cocoapods gem for iOS fastlane lane
updated lock file after addin cocoapods in gem file
updgrading the cocoapods version
fix ios dev fastlane match and pod install
fix(ci): capture ios build logs for fastlane archive failures
fix(ci): remove broken ios signing xcargs
… errors during iOS build
ix(ci): use update_code_signing_settings to prevent CocoaPods signing…
fix(ci): force legacy match encryption for OpenSSL 3.x/LibreSSL compa…
debug: add verbose match logging and CI environment diagnostics
Match's empty-password .p12 import fails with 'MAC verification failed' on macOS 15 due to PKCS12 format incompatibility. Keep match for provisioning profiles, use import_certificate with the original password-protected .p12 for the signing identity. Removes debug logging from previous diagnostic run.
fix(ios): import signing cert directly, bypass match PKCS12 on macOS 15
import_certificate also fails with MAC verification error because Fastlane concatenates the password into a shell string without escaping and omits the -f pkcs12 format flag. Use Open3.popen3 with array args (no shell interpolation) and the exact security import flags from the working production workflow: -A -t cert -f pkcs12
fix(ios): use raw security import with exec-style args, bypass shell
ci: use Xcode 26 for iOS builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.