Created
June 28, 2019 20:16
-
-
Save draeton/741cd1fd2709813d8e5d00b5055fb3a0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:instabug-reactnative:generateDebugRFile | |
:instabug-reactnative:generateDebugSources | |
/Users/matthewcobbs/projects/2019/1212_tvi_what2watch_client/node_modules/instabug-reactnative/android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java:2051: error: cannot find symbol | |
Instabug.setViewsAsPrivate(arrayOfViews); | |
^ | |
symbol: method setViewsAsPrivate(View[]) | |
location: class Instabug | |
Note: Some input files use or override a deprecated API. | |
Note: Recompile with -Xlint:deprecation for details. | |
Note: Some input files use unchecked or unsafe operations. | |
Note: Recompile with -Xlint:unchecked for details. | |
1 error | |
:instabug-reactnative:compileDebugJavaWithJavac FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':instabug-reactnative:compileDebugJavaWithJavac'. | |
> Compilation failed; see the compiler error output for details. | |
* Try: | |
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. | |
* Get more help at https://help.gradle.org | |
BUILD FAILED in 10s | |
307 actionable tasks: 282 executed, 25 up-to-date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment