awslabs / aws-mobile-appsync-sdk-ios

iOS SDK for AWS AppSync.
https://awslabs.github.io/aws-mobile-appsync-sdk-ios/
Other
262 stars 128 forks source link

Fixes #600. Be explicit about which Expression is being imported #601

Closed rnapier closed 3 months ago

rnapier commented 3 months ago

Issue #, if available: 600

Description of changes:

iOS 18 adds a new Expression type to Foundation which conflicts with SQLite. Explicitly import SQLite's.

pokryfka commented 2 months ago

Any chance for a patch release?