skip to Main Content

React native – Minimum supported Gradle version is 8.7. Current version is 8.5

My current react-native version is "0.75.2" the minimum supported Gradle version is "8.7". But i get this error FAILURE: Build failed with an exception. What went wrong: java.io.UncheckedIOException: Could not move temporary workspace (C:UsersHermonProductAppandroid.gradle8.7dependencies-accessors569c8b261a8a714d7731d5f568e0e5c05babae10-47615e00-381c-4912-84ed-cab1f3c2e2df) to immutable location (C:UsersHermonProductAppandroid.gradle8.7dependencies-accessors569c8b261a8a714d7731d5f568e0e5c05babae10) Could not…

VIEW QUESTION

Xcode – The following build commands failed: CompileC BUILD FAILED

It was working, I just restarted my computer (iMAC M1) and "pouf"! (I had no problem before, my App works.) Here I give you what I get: CompileC /Users/[USER]/Library/Developer/Xcode/DerivedData/ReactNativeMobile-dzwwympbnncmhxbpmvkfeqqwcchk/Build/Intermediates.noindex/ReactNativeMobile.build/Debug-iphonesimulator/ReactNativeMobile.build/Objects-normal/arm64/AppDelegate.o /Users/[USER]/Desktop/react-native-mobile/ios/ReactNativeMobile/AppDelegate.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'ReactNativeMobile' from project 'ReactNativeMobile')…

VIEW QUESTION

React native – build.gradle.kts:10:49: Cannot access 'serviceOf': it is internal in 'org.gradle.configurationcache.extensions'

e: /node_modules/@react-native/gradle-plugin/build.gradle.kts:10:49: Cannot access 'serviceOf': it is internal in 'org.gradle.configurationcache.extensions' e: /node_modules/@react-native/gradle-plugin/build.gradle.kts:45:11: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: internal inline fun TaskInternal.serviceOf(): TypeVariable(T) defined in org.gradle.configurationcache.extensions Build file '/node_modules/@react-native/gradle-plugin/build.gradle.kts' line: 10 Script…

VIEW QUESTION

Migrating Api level 33 to 34 react native android app

I am trying to migrate my app from api level 33 to 34, I am using gradle version 8.0.0, and jdk 17 it is returning an error when I am trying to build. package.json "dependencies":{ "@notifee/react-native":"^7.6.1", "@react-native-async-storage/async-storage":"^1.17.7", "@react-native-community/checkbox":"0.5.12", "@react-native-community/netinfo":"^9.3.7", "@react-native-firebase/app":"16.2.0",…

VIEW QUESTION
Back To Top
Search