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 Swift package:
Protocol 'StoreKit2PurchaseIntentType' requires 'id' to be available in macOS 14.4 and newer
I know RevenueCat just got their hands on the new SDK today, 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.