I am unable to build RevenueCat 4.25.3 using Xcode 15 Beta 6.
When building for macOS I get the error "No such module 'UIKit'" in UIApplication+RCExtensions.swift, and when building for iOS I get the error "'purchase(confirmIn:options:)' is only available in iOS 17.0 or newer" in PurchasesOrchestrator.swift. It seems like there is an issue with the changes made in #2989 and the VISION_OS flag is always being set.
I am unable to build RevenueCat 4.25.3 using Xcode 15 Beta 6.
When building for macOS I get the error "No such module 'UIKit'" in
UIApplication+RCExtensions.swift, and when building for iOS I get the error "'purchase(confirmIn:options:)' is only available in iOS 17.0 or newer" inPurchasesOrchestrator.swift. It seems like there is an issue with the changes made in #2989 and the VISION_OS flag is always being set.