-
Notifications
You must be signed in to change notification settings - Fork 124
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
Use of undeclared type 'Task' #21
Comments
Hey @oliverfoggin, lets figure this out together!
The |
Hi Nikita, I couldn't find an import statement that was accepted and I had no auto completions for anything with Bolts or Swift in it. I'm away from my computer now but will try that as soon as I'm back. I'll provide a project too if I can't get it working. Thanks Oliver |
Perfect! Thanks for looking into this! |
And you are right, it could be quite troublesome to find the proper import statement. |
Ah, excellent! I had tried literally everything but With that it now all works. Thanks for the help |
I have used Bolts with Objective-C before but when I installed this (through Cocoapods) I can't seem to use them.
I'm trying to create a Task of my own but when I use the code from the README...
I just get the error "Use of undeclared type 'Task'"
I don't think the README is correct as
PFObject
is not found in the entire project.I can't seem to find an import that works.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: