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

Error on project build #2

Closed
Eke opened this issue Mar 22, 2016 · 6 comments
Closed

Error on project build #2

Eke opened this issue Mar 22, 2016 · 6 comments
Labels

Comments

@Eke
Copy link

Eke commented Mar 22, 2016

Hello,
I get error when building app

Value of optional type 'ParseClientConfiguration?' not unwrapped; did you mean to use '!' or '?'?

Error is in Client.swift file on line 40.

Same errors are in same file on line 64, 65, 99, 100 and 101.

Can you please tell me , what is wrong?

@nlutsenko
Copy link
Contributor

Hey @Eke, we would need to address that, since the API changed slightly with Parse 1.13.0.
One of 2 ways to go:

  • Temporarily revert Parse to 1.12.0 until you see this issue closed and liv query client 1.0.1 released.
  • Patch this in place by adding a question mark

Will send a pull request with a fix in a bit.

@nlutsenko nlutsenko self-assigned this Mar 22, 2016
@Eke
Copy link
Author

Eke commented Mar 22, 2016

Hey @nlutsenko , thanks for reply.

At this moment i patched it manually. happy to hear about pull request.

You guys are doing great job, thanks for everything 👍

@nlutsenko
Copy link
Contributor

Just attached it - should fix all the issues. ;)

@otymartin
Copy link

@nlutsenko pod ParseLiveQuery is not giving me version 1.0.1 even pod 'ParseLiveQuery', '~> 1.0' says

[!] Unable to satisfy the following requirements:

- `ParseLiveQuery (~> 1.0.1)` required by `Podfile`

@otymartin
Copy link

Figured it out via pod update nevermind :)

@nlutsenko
Copy link
Contributor

:) Yup, we had a new version released with this fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants