I use PFUser and PFInstallation with the saveEventually method. However, when I call the method, I get an error:
Missing argument for parameter # 1 on call
Any idea that Xcode is asking for? Do I need to import any special header files? Here is my code:
PFUser.currentUser().saveEventually() installation.saveEventually()
source share