Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building ApolloSQLite with Xcode 16 #3391

Conversation

rastersize
Copy link
Contributor

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 the SQLiteDotSwiftDatabase.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.

Screenshot 2024-06-10 at 3 59 48 PM

@apollo-cla
Copy link

@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/

Copy link

netlify bot commented Jun 10, 2024

👷 Deploy request for apollo-ios-docs pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit b4f804f

Copy link
Contributor

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.

@BrentMifsud
Copy link

any word on when this is going out in a release?

@BobaFetters
Copy link
Member

@BrentMifsud This will go out in a release this week

@rastersize rastersize deleted the fix-building-apollosql-with-xcode-16 branch June 18, 2024 19:39
@BobaFetters
Copy link
Member

Quick update on this, we will be doing a release containing this on Monday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants