You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-05-27 16:32:00.595290+0200 CoEpi[17572:301644] [AppCenter] WARNING: +[MSKeychainUtil stringForKey:withServiceName:statusCode:]/84 Failed to retrieve item with key='MSUpdateToken', service='org.coepi.ios.AppCenter' from keychain. OS Status code -25300
2020-05-27 16:32:00.606387+0200 CoEpi[17572:301644] [services] Updating app badge: 0
R Start matching...
thread '<unnamed>' panicked at 'index 24 out of range for slice of length 16', src/libcore/slice/mod.rs:2725:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
libc++abi.dylib: terminating with uncaught foreign exception
The message says
run with `RUST_BACKTRACE=1` environment variable to display a backtrace`
Where do we set this?
The text was updated successfully, but these errors were encountered:
@i-schuetz I assume that would be env variable on the OS/machine which is executing the Rust code. I doubt it can help us debug a compiled lib running on iOS.
Can we reproduce the issue on development machine somehow?
Can we reproduce the issue with debug build of the library?
We got a panic in the iOS app:
The message says
Where do we set this?
The text was updated successfully, but these errors were encountered: