My iOS app crashes at run time in the following line in RevenueCat when Xcode 16 beta 2 attempts to install on iOS 17.5.1 (it does not crash under iOS 18 beta):
`self.subscriber = try container.decode(Subscriber.self, forKey: .subscriber)`
This is in RevenutCat/Sources/Networking/Responses/CustomerInfoResponse/init(from:)
The app builds and runs fine with Xcode 15.4
I have updated RevenueCat to 5.0.0
Debug logs from RevenueCat:
DEBUG: Configuring SDK using UserDefaults.standard because we found existing data in it.
DEBUG: Identifying App User ID
DEBUG: Debug logging enabled
DEBUG: SDK Version - 5.0.0
DEBUG: Bundle ID - maadotaa.TeslaSwift
DEBUG: System Version - Version 17.5.1 (Build 21F90)
DEBUG: Not using a simulator.
DEBUG: No initial App User ID
DEBUG: Purchases is configured with response verification disabled
DEBUG: Observing StoreKit.Transaction.updates
DEBUG: Purchases is configured with StoreKit version 2
Any help is appreciated