Hi, I always have the same issue. On iOS it's cras...
# squarelibraries
m
Hi, I always have the same issue. On iOS it's crashing with a BAD_ACCESS, on this method.
bindString(2, FieldSet.visibility?.let { database.FieldSetAdapter.visibilityAdapter.encode(it)}) --> ERROR_BAD_ACCESS. (It's from the bindString method that the crash occurs)
I tried a simple string like that and same result:
bindString(2, FieldSet.visibility?.let { "Hello" }) --> ERROR_BAD_ACCESS. (It's from the bindString method that the crash occurs)