invertase/react-native-apple-authentication

Task :app:processReleaseResources FAILED

Saliheen opened this issue · 2 comments

Task :invertase_react-native-apple-authentication:compileReleaseKotlin
w: D:\Projects\dev\help-app\node_modules@invertase\react-native-apple-authentication\android\src\main\java\com\RNAppleAuthentication\webview\SignInWebViewClient.kt: (15, 21): 'constructor Handler()' is deprecated. Deprecated in Java
w: D:\Projects\dev\help-app\node_modules@invertase\react-native-apple-authentication\android\src\main\java\com\RNAppleAuthentication\webview\SignInWebViewDialogFragment.kt: (42, 40): 'getParcelable(String?): T?' is deprecated. Deprecated in Java

We resolved a similar error by upgrading our kotlin version.

You'll note that those are prefixed with 'w'
That is, they are warnings.
They should not fail your build. You likely have some other thing going on
Either way, not nearly enough information to go on - web search "stackoverflow mvce"