Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Can't find initWithServer with 2.5.0 and objc #181

Closed
junya100 opened this issue Feb 1, 2019 · 4 comments
Closed

Can't find initWithServer with 2.5.0 and objc #181

junya100 opened this issue Feb 1, 2019 · 4 comments

Comments

@junya100
Copy link
Contributor

junya100 commented Feb 1, 2019

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];

@johnsonejezie
Copy link

johnsonejezie commented Feb 9, 2019

I have this issue too. added @objc to the public init as temporary solution so I can continue development.

@junya100
Copy link
Contributor Author

I made PR. #184

@laramarie
Copy link

What's the status here? I also need this fix.

@TomWFox
Copy link
Contributor

TomWFox commented Apr 10, 2019

#184 has been merged now, so I’ll close this.

@TomWFox TomWFox closed this as completed Apr 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants