You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I follow the install doc and I launch ./gradlew cleanBuildCache
`> Failed to notify project evaluation listener.
Could not create task ':react-native-receive-sharing-intent:compileDebugAndroidTestKotlin'.
> Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.
KotlinJvmAndroidCompilation with name 'debugAndroidTest' not found.`
result of npx react-native info
System: OS: macOS 13.4.1 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 16.52 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.10.0 path: ~/.nvm/versions/node/v18.10.0/bin/node Yarn: Not Found npm: version: 9.8.0 path: ~/.nvm/versions/node/v18.10.0/bin/npm Watchman: version: 2023.07.10.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.12.1 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 22.4 - iOS 16.4 - macOS 13.3 - tvOS 16.4 - watchOS 9.4 Android SDK: API Levels: - "30" System Images: - android-30 | Google Play Intel x86_64 Atom Android NDK: Not Found IDEs: Android Studio: 2022.2 AI-222.4459.24.2221.10121639 Xcode: version: 14.3.1/14E300c path: /usr/bin/xcodebuild Languages: Java: version: 1.8.0_292 path: /Users/gaetanfauconnier/.jenv/shims/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.72.3 wanted: 0.72.3 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: true newArchEnabled: false
The text was updated successfully, but these errors were encountered:
When I follow the install doc and I launch ./gradlew cleanBuildCache
`> Failed to notify project evaluation listener.
result of npx react-native info
System: OS: macOS 13.4.1 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 16.52 MB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.10.0 path: ~/.nvm/versions/node/v18.10.0/bin/node Yarn: Not Found npm: version: 9.8.0 path: ~/.nvm/versions/node/v18.10.0/bin/npm Watchman: version: 2023.07.10.00 path: /usr/local/bin/watchman Managers: CocoaPods: version: 1.12.1 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 22.4 - iOS 16.4 - macOS 13.3 - tvOS 16.4 - watchOS 9.4 Android SDK: API Levels: - "30" System Images: - android-30 | Google Play Intel x86_64 Atom Android NDK: Not Found IDEs: Android Studio: 2022.2 AI-222.4459.24.2221.10121639 Xcode: version: 14.3.1/14E300c path: /usr/bin/xcodebuild Languages: Java: version: 1.8.0_292 path: /Users/gaetanfauconnier/.jenv/shims/javac Ruby: version: 2.6.10 path: /usr/bin/ruby npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.72.3 wanted: 0.72.3 react-native-macos: Not Found npmGlobalPackages: "*react-native*": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: true newArchEnabled: false
The text was updated successfully, but these errors were encountered: