Closed rastersize closed 5 months ago
@rastersize: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/
Visit the deploys page to approve it
Name | Link |
---|---|
Latest commit | b4f804f734941487dd6572ed2955a26589795a3b |
We do not accept PRs directly to the 'apollo-ios' repo. All development is done through the 'apollo-ios-dev' repo, please see the CONTRIBUTING guide for more information.
any word on when this is going out in a release?
@BrentMifsud This will go out in a release this week
Quick update on this, we will be doing a release containing this on Monday.
In Xcode 16, or rather Foundation in the iOS 18/etc. SDKs, there’s a new
Expression
type. The SQLite library also expose this type. This caused an issue compiling theSQLiteDotSwiftDatabase.swift
file, as it imports both libraries. This PR disambiguates it for the compiler.With this change the project once again builds with Xcode 16.