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
Describe the bug
On app start we're getting crashes pointing to the segment library.
The Xcode crash logger seems to show two parallel calls in different threads to AppleUtils.connectionStatus() referencing an unsafe pointer.
To Reproduce
Steps to reproduce the behavior:
Start app
Dispatch analytics events
See error
Expected behavior
No crashes
Screenshots
If applicable, add screenshots to help explain your problem. The two concurrent calls:
Stack traces of other Segment threads:
Platform (please complete the following information):
Library Version in use: 1.4.8
Platform being tested: iOS
Integrations in use: Firebase, TwilioEngage
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
On app start we're getting crashes pointing to the segment library.
The Xcode crash logger seems to show two parallel calls in different threads to
AppleUtils.connectionStatus()
referencing an unsafe pointer.To Reproduce
Steps to reproduce the behavior:
Expected behavior
No crashes
Screenshots
If applicable, add screenshots to help explain your problem.
The two concurrent calls:
Stack traces of other Segment threads:
Platform (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: