I am migrating my Objective-C game project to V4 but can’t get past a ‘Module 'RevenueCat' not found’ build error.
I have added the RevenueCat-Swift.h file and referenced it in the Bridging-Header.h file.
I have upgraded Pods.
@import RevenueCat; causes a build error.
Completely stuck.