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
I am also seeing this issue when compiling with Xcode 15. You can replicate this easily by putting the app into the background and then switch back. Crash happens when the app is put into the foreground.
Environment info:
iPhone X
iOS 16.7.0
Xcode 15.0
Library Version:
6.4.13
Steps to reproduce
Crash on app launch
Logs
Notes:
This looks to be the same issue found on an unrelated repo here: fluttercommunity/plus_plugins#1953
which was fixed by updating the minimum ios version to 12+: fluttercommunity/plus_plugins#2169
Update minimum deployment version to 12+ and podspec platform to 12.0
https://github.com/Iterable/swift-sdk/blob/master/Iterable-iOS-SDK.podspec#L15
The text was updated successfully, but these errors were encountered: