Closed
Description
this block of code is crashing on IOS
val user = ConfigCatUser(
identifier = "[email protected]",
email = "[email protected]"
)
client.setDefaultUser(user)
the crash is kotlin.native.internal.FileFailedToInitializeException: There was an error during
for some reasone also this line is crash
log.d(user.toString())