I’m getting the following error after trying to build with eas:
✖ Build failed
🍏 iOS build failed:
The "Run fastlane" step failed because of an error in the Xcode build process. We automatically detected following errors in your Xcode build logs:
- value of type 'AppTransaction' has no member 'appTransactionID'
Refer to "Xcode Logs" below for additional, more detailed logs.
These are my SDK versions:
"react-native-purchases": "^9.1.0",
"react-native-purchases-ui": "^9.1.0",
Any solutions? The problem happens with android too. I tried downgrading to version 8 and that did not help either.
