invertase / react-native-apple-authentication

A React Native library providing support for Apple Authentication on iOS and Android.
Other
1.36k stars 215 forks source link

Task :app:processReleaseResources FAILED #324

Closed Saliheen closed 8 months ago

Saliheen commented 1 year ago

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

deggertsen commented 10 months ago

We resolved a similar error by upgrading our kotlin version.

mikehardy commented 8 months ago

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"