With macOS Tahoe released today, I wanted to see how my app ran on it. But I ran into a compile error when using the RevenueCate Flutter package:
Swift Compiler Error (Xcode): Protocol 'StoreKit2PurchaseIntentType' requires 'id' to be available in iOS 16.4 and newer
but I wanted to post my issue here to get the ball rolling on using RevenueCat with the new OS 26 versions.
This error was within the StoreKit2PurchaseIntentListener.swift file.
I am using this purchases_flutter: ^8.10.1