You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I`ve started to migrate Apollo to 1.0.3 from 0.52. And huge problem is that latest update affected on all project, besides Apollo using in small part of my project.
For example:
RealmSwift has class "Object" which is NSObject, but Apollo's "Object" overrides Realms.
Same goes with optional func ??
Versions
Please fill in the versions you're currently using:
apollo-ios SDK version: 1.0.3
Xcode version: 14.0
Swift version: 5.7
Package manager: cocoapods
The text was updated successfully, but these errors were encountered:
The nil coalescing operator error should be fixed with #2650, which is in main and will be included with the next release.
RealmSwift has class "Object" which is NSObject, but Apollo's "Object" overrides Realms.
Is the build error happening in Apollo files or generated files? If it's in your own project source files and you're importing both libraries you'll probably need to use the full namespaced type name, eg: RealmSwift.Object.
Bug report
Hi, I`ve started to migrate Apollo to 1.0.3 from 0.52. And huge problem is that latest update affected on all project, besides Apollo using in small part of my project.
For example:
RealmSwift has class "Object" which is NSObject, but Apollo's "Object" overrides Realms.
Same goes with optional func ??

Versions
Please fill in the versions you're currently using:
apollo-ios
SDK version: 1.0.3The text was updated successfully, but these errors were encountered: