-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed EAS build, error related to PayCardsRecognizerResult.h #18
Comments
Any news about that? |
I faced similar issue with React Native 0.75.4 and XCode 16.1 The solution for me was to remove
This line was required by Firebase services and after removing it, I got the following errors in build process: Those errors were fixed by adding the following lines to top level of
My resulting
Hope this will help |
We got this error on the
Run fastlane
step of EAS build for iOS:I am not sure what causes that but it points to the
PayCardsRecognizer
header fileOur
package.json
:The text was updated successfully, but these errors were encountered: