-
Notifications
You must be signed in to change notification settings - Fork 36
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
crash with error "Cannot create an SQL store with a nil URL." #1
Comments
That error probably means you haven't configured app groups for the app, or the extension, or both. It's a necessary part of creating the URL where the persistent store file goes. |
Thanks for the information, would be good to have that in the readme-file. |
Have the same issue.. Are we missing something? |
The only thing I know of that would cause a nil URL would be app groups not being configured properly. That means:
I should update the README. I was thinking of this project as code people could use for reference, not as anything people would actually download and run as-is. |
When running DemoNotes on iOS 8.3 and 8.1 simulator, it crashes with "Cannot create an SQL store with a nil URL.".
Am I missing some setting or is the app still buggy?
I am using Xcode 6.3.1
The text was updated successfully, but these errors were encountered: