fix(ios): update dependency to IONFileTransferLib to version built with Xcode 16#64
Merged
Merged
Conversation
…th Xcode 16 Context: Capacitor 7 targets Xcode 16 and not 26
OS-pedrogustavobilro
approved these changes
Mar 9, 2026
OS-pedrogustavobilro
left a comment
Contributor
There was a problem hiding this comment.
I didn't test with the actual app in this repo because I can't use Xcode 16 on my machine anymore. But1.x is using macos-14 which in turn should use Xcode 16, so CI validation confirms that Xcode 16 builds are passing. Although I was testing here #65 and everything's passing with 1.0.2, 🤷
capacitor-bot
pushed a commit
that referenced
this pull request
Mar 12, 2026
## [1.0.12](v1.0.11...v1.0.12) (2026-03-12) ### Bug Fixes * **ios:** update dependency to IONFileTransferLib to version built with Xcode 16 ([#64](#64)) ([22382fe](22382fe))
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.
Description
Capacitor 7 targets Xcode 16 and not 26
Change Type
Rationale / Problems Fixed
Capacitor 7 targets Xcode 16 and not 26. The previous version of the library (1.0.2) was built with Xcode 26 and this could lead to build problems.
Tests or Reproductions
Screenshots / Media
Platforms Affected
Notes / Comments