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.
When I update LiveQuery client version to 2.5.0, our build fail by missing initWithServer method from objc code.
This following obj-c code can't be compiled.
[[PFLiveQueryClient alloc] initWithServer:liveQueryServer applicationId:@"XXX" clientKey:nil];
The text was updated successfully, but these errors were encountered:
When I update LiveQuery client version to 2.5.0, our build fail by missing initWithServer method from objc code.
This following obj-c code can't be compiled.
[[PFLiveQueryClient alloc] initWithServer:liveQueryServer applicationId:@"XXX" clientKey:nil];
The text was updated successfully, but these errors were encountered: