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
{{ message }}
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
I'm having a rather strange issue. I'm not certain it's an problem with ParseLiveQuery, but before opening a radar I'd like to know if I'm the only one having the issue (I didn't find any reports matching the problem on OpenRadar).
On Xcode 12 beta 6, any time a PFLiveQueryEvent instance is accessed, the compiler is complaining. I think it extends to other types as well.
I investigated a bit and can't see anything wrong in the codebase. Maybe someone will have better luck.
Here is a demo project, it's just the repo with all the dependencies pre-downloaded, Parse patched with parse-community/Parse-SDK-iOS-OSX#1527 and a couple of lines added to the example project. Just open Examples/LiveQueryDemo-ObjC.xcodeproj and try to build the macOS App. It should trigger the error right away. It's a bit big, so it's available here.
Thanks for your help!
Edit: Xcode 12 GM just dropped, I'm going to check if the issue is still present.
Edit 2: Still happening with the GM, sadly.