Skip to main content
Question

Module 'RevenueCat' not found , Could not build module 'PurchasesHybridCommon' for MacOS Flutter

  • January 4, 2026
  • 1 reply
  • 19 views

Forum|alt.badge.img+4

Hey, 

i wanted to implement purchases_flutter (latest version - 9.10.3) for my macos flutter (3.32.8) app. I got the following error:

- PurchasesHybridCommon/PurchasesHybridCommon.framework/Headers/PurchasesHybridCommon-Swift.h:286:9: error: Module 'RevenueCat' not found (in target 'purchases_flutter' from project 'Pods')
- /.pub-cache/hosted/pub.dev/purchases_flutter-9.10.3/macos/purchases_flutter/Sources/purchases_flutter/PurchasesFlutterPlugin.m:5:9: error: Could not build module 'PurchasesHybridCommon' (in target 'purchases_flutter' from project 'Pods')

I was not able to solve the problem and decided to use a native implementation until it’s fixed. Is this issue known ? Cant find anything about. 

Best regards

This post has been closed for comments

1 reply

guilherme
RevenueCat Staff
Forum|alt.badge.img+6
  • RevenueCat Staff
  • January 7, 2026

Hey ​@max-373b0d - what Xcode and macOS versions are you currently on? Also, is this a new project or an existing one you're upgrading? This error suggests the RevenueCat native pod isn't linking properly to PurchasesHybridCommon on macOS in that version.

Could you also try a deep clean and check again:

  • delete your macos/Pods folder and macos/Podfile.lock
  • run flutter clean
  • then flutter pub get
  • and finally pod install in your macOS directory before rebuilding.

If that doesn't resolve it, could you try downgrading to purchases_flutter: 9.10.2 to see if this is specific to the 9.10.3 release?