-
Notifications
You must be signed in to change notification settings - Fork 576
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
after libary install facing below issue #6752
Comments
➤ PM Bot commented: Jira ticket: RJS-2845 |
This error seems related to an outdated version of Groovy ( You can try patching
== instead of === . If it works we'd be happy to accept at PR for that.
|
after the above fix apply facing below issue
Execution failed for task ':app:mergeDebugAssets'.
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:mergeDebugAssets'. |
Please provide a minimal project which can reproduce the issue. |
after libary install facing below issue
"@realm/react": "^0.8.0",
"realm": "^12.11.0",
"react-native": "0.66.5",
FAILURE: Build failed with an exception.
Where:
Build file 'react-native/src/node_modules/realm/binding/android/build.gradle'
What went wrong:
Could not compile build file '/Users/saif/Documents/Builder/dhpapp-285028-react-native/src/node_modules/realm/binding/android/build.gradle'.
groovy.lang.GroovyRuntimeException: null. BuildScript
Caused by: org.codehaus.groovy.syntax.SyntaxException: Operator ("===" at 34:30: "===" ) not supported @ line 34, column 30.
at org.codehaus.groovy.classgen.asm.BinaryExpressionHelper.eval(BinaryExpressionHelper.java:301)
... 258 more
1 error
Originally posted by @saifalitai in #6750 (comment)
The text was updated successfully, but these errors were encountered: