My app keeps crashing with the NSNULL error! After tracking down the issue, it says “country” column is null but it isn’t. Here’s the log:
<BackendlessUser [<BackendlessUser: 0x14ebcd80>]> {
"__meta" = "{\"relationRemovalIds\":{},\"selectedProperties\":[\"__updated__meta\",\"country\",\"password\",\"gender\",\"created\",\"name\",\"___class\",\"photo\",\"ownerId\",\"updated\",\"objectId\",\"email\"],\"relatedObjects\":{}}";
country = "<null>";
created = "2016-04-17 06:35:40 +0000";
email = "same@gmail.com";
gender = male;
lastLogin = "<null>";
When in reality, the data browser says “country” column for the current user is in fact filled. What’ could be the issue?