As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
let x : Int = 42 var myString = String(x)
Hi, the following is my code when I created an entry in the collection
As you can see, I append an StringValue object to the list. I even used StringValue.init("11111") or simly "11111", but it still crashed with the same reason.
And Kinvey's version I'm using right now is 3.11. Actually 3.10.1 and 3.11 will both crash.
Thanks
let address = Address() address.city = "NYC" address.state = "NY" address.country = "USA" address.list.append(StringValue("11111")) address.list.append(StringValue("22222")) newPost.address = address postStore.save(newPost) {}
https://devcenter.kinvey.com/ios/downloads
Let me know if above suggestions help.
Thanks,
Pranav
Kinvey
Victor Huang