-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting ERROR: ''clientKey' should not be nil. #1672
Comments
Update your iOS SDK to 1.13.0, which allows client keys to be nil. You can run For any issues concerning the iOS SDK, please open an issue in the Parse-SDK-iOS-OSX repo. |
I'm using 1.14.2 and have this same issue... |
Did you try not setting anything at all? |
I am also using 1.14.2, setting nothing at all for clientKey, and getting the same crash. Tried clearing derived data, and deleting/reinstalling the app in question on Simulator. No luck. |
Hi Guys,
I have installed parse server on my mac and its running. Then on my app I get this error
Here is my app init
When I change configuration.clientKey to my old parse client key. It build but I get this error
Here is the output of my pod install
The text was updated successfully, but these errors were encountered: