I am currently getting a NullReferenceException when trying to set a ParseACL object to a ParseObject that I create.
var po = new ParseObject("Table");
po.ACL = new ParseACL(ParseUser.CurrentUser);
This is in a project that I created before the summer, and picked up again now. This code worked before, but now it crashes. I cannot figure out why it is giving this error message now.
Using Parse SDK 1.6.2 for C# / Xamarin.