mym0404 / react-native-naver-map

Naver Map for React Native - Bring Naver Map to Your React Fingertips
https://mym0404.github.io/react-native-naver-map/
MIT License
82 stars 4 forks source link

[BUG]: 빌드실패 관련 문의 #96

Closed donsonioc2010 closed 1 month ago

donsonioc2010 commented 1 month ago

Is there an existing issue for this?

Version of @mj-studio/react-native-naver-map

2.1.1

Version of react-native

0.74.3

What os are you seeing the problem on?

Android

What device types are you seeing the problem on?

Simulator

What architecture types of react native are you seeing the problem on?

New Architecture(Fabric)

Version of device(android API, iOS OS version, etc...)

안드로이드 34

Expo App

What happened?

안녕하세요 개발자님. 다름이 아니라 제가npx react-native run-android를 통해서 안드로이드를 빌드하려고 할 때 , Android의 gradlew작업중 compileDebugKotlin과정에서 실패를 하면서 오류가 발생하면서 지속적으로 빌드가 실패하고 있습니다.

유사한 이슈가 안보여서 올리게 되네요 ...ㅠㅠ

Relevant a package.json.

{
  "name": "fav18",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start",
    "test": "jest"
  },
  "dependencies": {
    "@mj-studio/react-native-naver-map": "^2.1.1",
    "@react-native-firebase/app": "^20.3.0",
    "@react-native-firebase/auth": "^20.3.0",
    "@react-native-google-signin/google-signin": "^12.2.1",
    "@react-native-masked-view/masked-view": "^0.3.1",
    "@react-navigation/bottom-tabs": "^6.6.0",
    "@react-navigation/drawer": "^6.7.0",
    "@react-navigation/native": "^6.1.17",
    "@react-navigation/stack": "^6.4.0",
    "@tanstack/react-query": "^5.50.1",
    "axios": "^1.7.2",
    "react": "18.2.0",
    "react-native": "0.74.3",
    "react-native-config": "^1.5.2",
    "react-native-date-picker": "4.3.5",
    "react-native-encrypted-storage": "^4.0.3",
    "react-native-gesture-handler": "^2.17.1",
    "react-native-paper": "^5.12.4",
    "react-native-reanimated": "^3.14.0",
    "react-native-safe-area-context": "^4.10.8",
    "react-native-screens": "^3.32.0",
    "react-native-vector-icons": "^10.1.0",
    "react-native-webview": "13.7.1"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@babel/runtime": "^7.20.0",
    "@react-native/babel-preset": "0.74.85",
    "@react-native/eslint-config": "0.74.85",
    "@react-native/metro-config": "0.74.85",
    "@react-native/typescript-config": "0.74.85",
    "@types/react": "^18.2.6",
    "@types/react-native-vector-icons": "^6.4.18",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.6.3",
    "babel-plugin-module-resolver": "^5.0.2",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "18.2.0",
    "typescript": "5.0.4"
  },
  "engines": {
    "node": ">=18"
  }
}

Relevant log output

> Task :mj-studio_react-native-naver-map:compileDebugKotlin FAILED

error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:174:3 'setMapType' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:194:3 'setLayerGroups' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:230:3 'setInitialCamera' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:243:3 'setCamera' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:272:3 'setInitialRegion' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:287:3 'setRegion' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:304:3 'setAnimationDuration' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:312:3 'setAnimationEasing' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:320:3 'setIsIndoorEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:328:3 'setIsNightModeEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:336:3 'setIsLiteModeEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:344:3 'setLightness' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:352:3 'setBuildingHeight' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:360:3 'setSymbolScale' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:368:3 'setSymbolPerspectiveRatio' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:376:3 'setMapPadding' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:388:3 'setMinZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:396:3 'setMaxZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:404:3 'setIsShowCompass' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:412:3 'setIsShowScaleBar' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:420:3 'setIsShowZoomControls' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:428:3 'setIsShowIndoorLevelPicker' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:436:3 'setIsShowLocationButton' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:449:3 'setLogoAlign' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:463:3 'setLogoMargin' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:475:3 'setExtent' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:485:3 'setIsScrollGesturesEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:491:3 'setIsZoomGesturesEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:497:3 'setIsTiltGesturesEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:503:3 'setIsRotateGesturesEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:509:3 'setIsStopGesturesEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:515:3 'setIsUseTextureViewAndroid' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:523:3 'setLocale' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:533:3 'setClusters' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:635:3 'setFpsLimit' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:643:3 'setLocationOverlay' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:672:3 'screenToCoordinate' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:691:3 'coordinateToScreen' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:711:3 'animateCameraTo' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:743:3 'animateCameraBy' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:766:3 'animateRegionTo' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:791:3 'cancelAnimation' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/mapview/RNCNaverMapViewManager.kt:796:3 'setLocationTrackingMode' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:34:3 'setZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:42:3 'setGlobalZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:52:3 'setIsHidden' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:60:3 'setMinZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:68:3 'setMaxZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:76:3 'setIsMinZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:84:3 'setIsMaxZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:93:3 'setCoords' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:103:3 'setWidth' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:111:3 'setOutlineWidth' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:119:3 'setColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:127:3 'setOutlineColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/arrowheadpath/RNCNaverMapArrowheadPathManager.kt:135:3 'setHeadSizeRatio' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:34:3 'setCoord' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:44:3 'setZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:52:3 'setGlobalZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:62:3 'setIsHidden' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:70:3 'setMinZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:78:3 'setMaxZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:86:3 'setIsMinZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:94:3 'setIsMaxZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:102:3 'setRadius' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:110:3 'setColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:118:3 'setOutlineWidth' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/circle/RNCNaverMapCircleManager.kt:126:3 'setOutlineColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:33:3 'setZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:41:3 'setGlobalZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:51:3 'setIsHidden' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:59:3 'setMinZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:67:3 'setMaxZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:75:3 'setIsMinZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:83:3 'setIsMaxZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:91:3 'setImage' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/ground/RNCNaverMapGroundManager.kt:99:3 'setRegion' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:61:3 'setCoord' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:71:3 'setZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:79:3 'setGlobalZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:89:3 'setIsHidden' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:97:3 'setMinZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:105:3 'setMaxZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:113:3 'setIsMinZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:121:3 'setIsMaxZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:129:3 'setWidth' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:137:3 'setHeight' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:145:3 'setAnchor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:155:3 'setAngle' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:163:3 'setIsFlatEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:171:3 'setIsIconPerspectiveEnabled' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:179:3 'setAlpha' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:187:3 'setIsHideCollidedSymbols' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:195:3 'setIsHideCollidedMarkers' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:203:3 'setIsHideCollidedCaptions' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:211:3 'setIsForceShowIcon' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:219:3 'setTintColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:227:3 'setImage' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:235:3 'setCaption' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/marker/RNCNaverMapMarkerManager.kt:257:3 'setSubCaption' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:35:3 'setZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:43:3 'setGlobalZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:53:3 'setIsHidden' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:61:3 'setMinZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:69:3 'setMaxZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:77:3 'setIsMinZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:85:3 'setIsMaxZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:94:3 'setCoords' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:104:3 'setWidth' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:112:3 'setOutlineWidth' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:120:3 'setPassedOutlineColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:128:3 'setColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:136:3 'setPassedColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:144:3 'setPatternImage' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:152:3 'setPatternInterval' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:160:3 'setProgress' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:168:3 'setOutlineColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:176:3 'setIsHideCollidedSymbols' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:184:3 'setIsHideCollidedMarkers' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/path/RNCNaverMapPathManager.kt:192:3 'setIsHideCollidedCaptions' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:34:3 'setZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:42:3 'setGlobalZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:52:3 'setIsHidden' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:60:3 'setMinZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:68:3 'setMaxZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:76:3 'setIsMinZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:84:3 'setIsMaxZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:93:3 'setGeometries' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:115:3 'setColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:123:3 'setOutlineWidth' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polygon/RNCNaverMapPolygonManager.kt:131:3 'setOutlineColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:34:3 'setZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:42:3 'setGlobalZIndexValue' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:52:3 'setIsHidden' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:60:3 'setMinZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:68:3 'setMaxZoom' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:76:3 'setIsMinZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:84:3 'setIsMaxZoomInclusive' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:93:3 'setCoords' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:103:3 'setWidth' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:111:3 'setColor' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:119:3 'setPattern' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:129:3 'setCapType' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/main/java/com/mjstudio/reactnativenavermap/overlay/polyline/RNCNaverMapPolylineManager.kt:142:3 'setJoinType' overrides nothing
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapArrowheadPathManagerSpec.kt:6:40 Unresolved reference: RNCNaverMapArrowheadPathManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapArrowheadPathManagerSpec.kt:7:40 Unresolved reference: RNCNaverMapArrowheadPathManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapArrowheadPathManagerSpec.kt:11:3 Unresolved reference: RNCNaverMapArrowheadPathManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapArrowheadPathManagerSpec.kt:15:17 Unresolved reference: RNCNaverMapArrowheadPathManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapCircleManagerSpec.kt:6:40 Unresolved reference: RNCNaverMapCircleManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapCircleManagerSpec.kt:7:40 Unresolved reference: RNCNaverMapCircleManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapCircleManagerSpec.kt:11:3 Unresolved reference: RNCNaverMapCircleManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapCircleManagerSpec.kt:15:17 Unresolved reference: RNCNaverMapCircleManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapGroundManagerSpec.kt:6:40 Unresolved reference: RNCNaverMapGroundManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapGroundManagerSpec.kt:7:40 Unresolved reference: RNCNaverMapGroundManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapGroundManagerSpec.kt:11:3 Unresolved reference: RNCNaverMapGroundManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapGroundManagerSpec.kt:15:17 Unresolved reference: RNCNaverMapGroundManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapMarkerManagerSpec.kt:6:40 Unresolved reference: RNCNaverMapMarkerManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapMarkerManagerSpec.kt:7:40 Unresolved reference: RNCNaverMapMarkerManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapMarkerManagerSpec.kt:11:3 Unresolved reference: RNCNaverMapMarkerManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapMarkerManagerSpec.kt:15:17 Unresolved reference: RNCNaverMapMarkerManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPathManagerSpec.kt:6:40 Unresolved reference: RNCNaverMapPathManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPathManagerSpec.kt:7:40 Unresolved reference: RNCNaverMapPathManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPathManagerSpec.kt:11:3 Unresolved reference: RNCNaverMapPathManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPathManagerSpec.kt:15:17 Unresolved reference: RNCNaverMapPathManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPolygonManagerSpec.kt:6:40 Unresolved reference: RNCNaverMapPolygonManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPolygonManagerSpec.kt:7:40 Unresolved reference: RNCNaverMapPolygonManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPolygonManagerSpec.kt:11:3 Unresolved reference: RNCNaverMapPolygonManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPolygonManagerSpec.kt:15:17 Unresolved reference: RNCNaverMapPolygonManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPolylineManagerSpec.kt:6:40 Unresolved reference: RNCNaverMapPolylineManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPolylineManagerSpec.kt:7:40 Unresolved reference: RNCNaverMapPolylineManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPolylineManagerSpec.kt:11:3 Unresolved reference: RNCNaverMapPolylineManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapPolylineManagerSpec.kt:15:17 Unresolved reference: RNCNaverMapPolylineManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapViewManagerSpec.kt:6:40 Unresolved reference: RNCNaverMapViewManagerDelegate
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapViewManagerSpec.kt:7:40 Unresolved reference: RNCNaverMapViewManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapViewManagerSpec.kt:11:3 Unresolved reference: RNCNaverMapViewManagerInterface
e: file:///Users/jong/Project/Nerd/nerd-team1/fav18/node_modules/@mj-studio/react-native-naver-map/android/src/newarch/RNCNaverMapViewManagerSpec.kt:15:17 Unresolved reference: RNCNaverMapViewManagerDelegate FAILURE: Build failed with an exception. * What went wrong:
Execution failed for task ':mj-studio_react-native-naver-map:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log for more 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 25s.

Reproducible Sample Repository

https://github.com/nerd-team-1/favorite-18-client/tree/feat/%2312

Code of Conduct

donsonioc2010 commented 1 month ago

죄송합니다 개발자님 제 버전이 너무 낮게 설정된게 문제였던거 같네요.. :)

이슈는 해결하였습니다. 감사합니다.

endsha commented 2 weeks ago

Sorry developer, I think the problem was that my version was set too low. :)

The issue has been resolved. Thank you.

Can you tell me how do you resolve the issue please? I'm facing this issue with the same version 2.1.1 of react-native-naver-map. But my React Native is currently at 0.75.2 Thank you so much

mym0404 commented 2 weeks ago

I didn't tested this package with rn 0.75 after release it. I'll investigate. thank you

donsonioc2010 commented 2 weeks ago

@endsha my issue is simple, React-native-naver-map version Downgrade

this is package.json at the time of issue

"dependencies": {
    "@mj-studio/react-native-naver-map": "^2.1.1",
    "@react-native-firebase/app": "^20.3.0",
    "@react-native-firebase/auth": "^20.3.0",
    "@react-native-google-signin/google-signin": "^12.2.1",
    "@react-native-masked-view/masked-view": "^0.3.1",
    "@react-navigation/bottom-tabs": "^6.6.0",
    "@react-navigation/drawer": "^6.7.0",
    "@react-navigation/native": "^6.1.17",
    "@react-navigation/stack": "^6.4.0",
    "@tanstack/react-query": "^5.50.1",
    "axios": "^1.7.2",
    "react": "18.2.0",
    "react-native": "0.74.3",
    "react-native-config": "^1.5.2",
    "react-native-date-picker": "4.3.5",
    "react-native-encrypted-storage": "^4.0.3",
    "react-native-gesture-handler": "^2.17.1",
    "react-native-paper": "^5.12.4",
    "react-native-reanimated": "^3.14.0",
    "react-native-safe-area-context": "^4.10.8",
    "react-native-screens": "^3.32.0",
    "react-native-vector-icons": "^10.1.0",
    "react-native-webview": "13.7.1"
  },

And Resolve Issue Package.json is under

 "dependencies": {
    "@mj-studio/react-native-naver-map": "^1.5.9",
    "@react-native-async-storage/async-storage": "^1.24.0",
    "@react-native-community/geolocation": "^3.3.0",
    "@react-native-firebase/app": "^20.3.0",
    "@react-native-firebase/auth": "^20.3.0",
    "@react-native-google-signin/google-signin": "^12.2.1",
    "@react-native-masked-view/masked-view": "^0.3.1",
    "@react-navigation/bottom-tabs": "^6.6.0",
    "@react-navigation/drawer": "^6.7.0",
    "@react-navigation/native": "^6.1.17",
    "@react-navigation/stack": "^6.4.0",
    "@simform_solutions/react-native-audio-waveform": "^2.0.0",
    "@tanstack/react-query": "^5.50.1",
    "axios": "^1.7.2",
    "react": "18.2.0",
    "react-native": "0.74.3",
    "react-native-audio-recorder-player": "^3.6.10",
    "react-native-config": "^1.5.2",
    "react-native-date-picker": "4.3.5",
    "react-native-encrypted-storage": "^4.0.3",
    "react-native-file-access": "^3.1.0",
    "react-native-fs": "^2.20.0",
    "react-native-gesture-handler": "^2.18.1",
    "react-native-maps": "^1.17.3",
    "react-native-paper": "^5.12.4",
    "react-native-permissions": "^4.1.5",
    "react-native-reanimated": "^3.14.0",
    "react-native-safe-area-context": "^4.10.8",
    "react-native-screens": "^3.32.0",
    "react-native-vector-icons": "^10.1.0",
    "react-native-webview": "13.7.1",
    "rn-fetch-blob": "^0.12.0"
  },

i'm not front developer so.. That's all I can tell you :)

mym0404 commented 2 weeks ago

2.2.0 fixes rn0.75 issue

endsha commented 2 weeks ago

@endsha my issue is simple, React-native-naver-map version Downgrade

this is package.json at the time of issue

"dependencies": {
    "@mj-studio/react-native-naver-map": "^2.1.1",
    "@react-native-firebase/app": "^20.3.0",
    "@react-native-firebase/auth": "^20.3.0",
    "@react-native-google-signin/google-signin": "^12.2.1",
    "@react-native-masked-view/masked-view": "^0.3.1",
    "@react-navigation/bottom-tabs": "^6.6.0",
    "@react-navigation/drawer": "^6.7.0",
    "@react-navigation/native": "^6.1.17",
    "@react-navigation/stack": "^6.4.0",
    "@tanstack/react-query": "^5.50.1",
    "axios": "^1.7.2",
    "react": "18.2.0",
    "react-native": "0.74.3",
    "react-native-config": "^1.5.2",
    "react-native-date-picker": "4.3.5",
    "react-native-encrypted-storage": "^4.0.3",
    "react-native-gesture-handler": "^2.17.1",
    "react-native-paper": "^5.12.4",
    "react-native-reanimated": "^3.14.0",
    "react-native-safe-area-context": "^4.10.8",
    "react-native-screens": "^3.32.0",
    "react-native-vector-icons": "^10.1.0",
    "react-native-webview": "13.7.1"
  },

And Resolve Issue Package.json is under

 "dependencies": {
    "@mj-studio/react-native-naver-map": "^1.5.9",
    "@react-native-async-storage/async-storage": "^1.24.0",
    "@react-native-community/geolocation": "^3.3.0",
    "@react-native-firebase/app": "^20.3.0",
    "@react-native-firebase/auth": "^20.3.0",
    "@react-native-google-signin/google-signin": "^12.2.1",
    "@react-native-masked-view/masked-view": "^0.3.1",
    "@react-navigation/bottom-tabs": "^6.6.0",
    "@react-navigation/drawer": "^6.7.0",
    "@react-navigation/native": "^6.1.17",
    "@react-navigation/stack": "^6.4.0",
    "@simform_solutions/react-native-audio-waveform": "^2.0.0",
    "@tanstack/react-query": "^5.50.1",
    "axios": "^1.7.2",
    "react": "18.2.0",
    "react-native": "0.74.3",
    "react-native-audio-recorder-player": "^3.6.10",
    "react-native-config": "^1.5.2",
    "react-native-date-picker": "4.3.5",
    "react-native-encrypted-storage": "^4.0.3",
    "react-native-file-access": "^3.1.0",
    "react-native-fs": "^2.20.0",
    "react-native-gesture-handler": "^2.18.1",
    "react-native-maps": "^1.17.3",
    "react-native-paper": "^5.12.4",
    "react-native-permissions": "^4.1.5",
    "react-native-reanimated": "^3.14.0",
    "react-native-safe-area-context": "^4.10.8",
    "react-native-screens": "^3.32.0",
    "react-native-vector-icons": "^10.1.0",
    "react-native-webview": "13.7.1",
    "rn-fetch-blob": "^0.12.0"
  },

i'm not front developer so.. That's all I can tell you :)

Thank you for replying me. I think your issue is that you did not enable New Architecture of React Native properly on Android. Because I tested it myself and I had same issue as you, but it's gone after enabling New Architecture I built it successfully with React Native 0.74.2 and react-native-naver-map ^2.1.1 Here is my package.json:

"dependencies": {
        "@aws-sdk/client-s3": "3.574.0",
        "@mj-studio/js-util": "^1.1.16",
        "@mj-studio/react-native-naver-map": "^2.1.1",
        "@notifee/react-native": "^7.8.2",
        "@react-native-async-storage/async-storage": "^1.23.1",
        "@react-native-clipboard/clipboard": "^1.14.1",
        "@react-native-community/geolocation": "^3.2.1",
        "@react-native-community/slider": "^4.5.2",
        "@react-native-firebase/app": "^20.1.0",
        "@react-native-firebase/messaging": "^20.1.0",
        "@react-native-firebase/remote-config": "^20.1.0",
        "@react-navigation/bottom-tabs": "^6.5.20",
        "@react-navigation/native": "^6.1.17",
        "@react-navigation/native-stack": "^6.9.26",
        "@react-navigation/stack": "^6.3.29",
        "@reduxjs/toolkit": "^2.2.3",
        "@tosspayments/widget-sdk-react-native": "^1.3.3",
        "dayjs": "^1.11.10",
        "lodash": "^4.17.21",
        "lottie-react-native": "^6.7.2",
        "react": "18.2.0",
        "react-native": "0.74.2",
        "react-native-awesome-gallery": "^0.4.2",
        "react-native-device-info": "^10.13.1",
        "react-native-gesture-handler": "^2.18.1",
        "react-native-get-random-values": "^1.11.0",
        "react-native-image-picker": "^7.1.2",
        "react-native-keychain": "^8.2.0",
        "react-native-permissions": "^4.1.5",
        "react-native-reanimated": "^3.15.0",
        "react-native-safe-area-context": "^4.10.4",
        "react-native-screens": "3.32.0",
        "react-native-svg": "^15.6.0",
        "react-native-url-polyfill": "^2.0.0",
        "react-native-video": "^6.4.5",
        "react-native-webview": "^13.10.5",
        "react-redux": "^9.1.0",
        "socket.io-client": "^4.7.5",
        "web-streams-polyfill": "^4.0.0"
    }