Skip to main content
Answer

Crashes with Xcode 16 beta 1 and 2

  • July 6, 2024
  • 1 reply
  • 735 views

Forum|alt.badge.img+5

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

Best answer by joan-cardona

Hi @ramin,

 

We had this issue tracked in Github here and it seems it’s finally fixed from Apple’s side.

Let me know if using the latest beta version works.

 

Best,

This post has been closed for comments

1 reply

joan-cardona
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • Answer
  • July 9, 2024

Hi @ramin,

 

We had this issue tracked in Github here and it seems it’s finally fixed from Apple’s side.

Let me know if using the latest beta version works.

 

Best,