0

I am trying to use revenueCat on my expo managed workflow project using this tutorial. I am trying to test the project by running expo run:ios but I get these bunch of errors. Here is a screenshot -

enter image description here

› 215 error(s), and 1 warning(s)

Failed to build iOS project. "xcodebuild" exited with error code 65.
error Command failed with exit code 1.

I don't know how else to fix. Can someone help?

shekwo
  • 1,411
  • 1
  • 20
  • 50

1 Answers1

-1

You cannot add packages with native code to expo (Excep of config plugins)

Michael Bahl
  • 2,941
  • 1
  • 13
  • 16
  • As you can read here https://docs.expo.dev/versions/latest/sdk/in-app-purchases/ the module is only available in bare mode. – Michael Bahl Oct 31 '22 at 13:05