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
Hi, when I run my project with ThreadSanitizer, Xcode has discovered a Swift access race issue in IterableSDK.Pending.onSuccess function. I am using Iterable with version 6.5.2.
It seems to happen when I set the userId but you can further check on this.
Did you know about it and currently working on resolving this issue? Here are the screenshots for better understanding:
The text was updated successfully, but these errors were encountered:
Hi, when I run my project with
ThreadSanitizer
,Xcode
has discovered a Swift access race issue inIterableSDK.Pending.onSuccess
function. I am usingIterable
with version6.5.2
.It seems to happen when I set the
userId
but you can further check on this.Did you know about it and currently working on resolving this issue? Here are the screenshots for better understanding:
The text was updated successfully, but these errors were encountered: