I am using PFUser
and PFInstallation
with the saveEventually
method. However, when I call the method I get an error that reads:
Missing argument for parameter #1 in call
Any idea what Xcode is asking for? Do I need to import any special header files? Here is my code:
PFUser.currentUser().saveEventually()
installation.saveEventually()
I figured it out. I had to import BFTask.h
in my bridging header.
#import <Bolts/BFTask.h>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With