-
Notifications
You must be signed in to change notification settings - Fork 738
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
ApolloSQLite doesn't compile on Xcode 16 due to Expression
symbol clash with new Foundation.Expression
#3394
Comments
Is see this is already fixed on Main branch 🎉 |
Hi @cameroncooke - this was fixed yesterday with PR apollographql/apollo-ios-dev#386. It's only in |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better. |
@calvincestari Is there a way to quickly use the branch you fixed without waiting for the release? |
I'm still seeing this problem with release 1.15.1. Is there a fix? Xcode 16.0 running on Sequoia 15.0 |
@AndyBettisLush thank you. I have updated it to 1.15.1 and fixed it. |
@lexuanquynh I'm still seeing it. I've tried changing to 1.15.0 and back to 1.15.1, reloading the packages, quitting & restarting Xcode, still no joy. Any suggestions? Update: fixed now. FYI it required me setting up a new SSH key for a local repo so I don't think it was an issue with Apollo. |
Glad you both have it working, let us know if you have any more issues with this error. |
@AndyBettisLush ![]() ![]() |
Also I had to completely remove Xcode 15 from my machine. Then download Xcode 16 from Apple's website. |
Summary
When compiling on Xcode 16 the following error
'Expression' is ambiguous for type lookup in this context
is raised.Version
1.12.2
Steps to reproduce the behavior
Build Apollo for iOS on Xcode 16
Logs
Anything else?
No response
The text was updated successfully, but these errors were encountered: