Hello, the app I'm working on is crashing on launch on iOS 14.5.
We have identified the issue and fixed it in our code but would mean anyone who doesn't update the app will crash.
Issue:
Fatal Exception: NSInvalidArgumentException
Attempt to insert non-property list object
We were putting a dictionary into a user defaults that had an NSNull in it.
Will this be fixed in iOS 14.5 as its not an ideal situation or will our app just crash till users choose to update it.