REACT-NATIVE/ELLOR LOG
-
keytool error: java.lang.Exception: Keystore file does not exist: path-to-debug-or-production-keystoreandrioid 앱 push 알림 api 사용을 위해 OAuth 클라이언트를 만들려고 한다.그런데 SHA-1 디지털 지문이 필요하단다.친절하게 command 쓰라고 google이 넣어놨다. 하지만 명령어 그대로 복사해서 쓰면 안된다.명령어를 잘 읽어보면 path-to-debug-or-production-keystore 즉 path 너가 똑바로 적어라는 소리다. 지금 단계는 개발중이기 때문에 debug.keystore를 쓸것이다. 해당 key store는 android -> app -> debug.keystore에 있다. ..
keytool error: java.lang.Exception: Keystore file does not exist: path-to-debug-or-production-keystorekeytool error: java.lang.Exception: Keystore file does not exist: path-to-debug-or-production-keystoreandrioid 앱 push 알림 api 사용을 위해 OAuth 클라이언트를 만들려고 한다.그런데 SHA-1 디지털 지문이 필요하단다.친절하게 command 쓰라고 google이 넣어놨다. 하지만 명령어 그대로 복사해서 쓰면 안된다.명령어를 잘 읽어보면 path-to-debug-or-production-keystore 즉 path 너가 똑바로 적어라는 소리다. 지금 단계는 개발중이기 때문에 debug.keystore를 쓸것이다. 해당 key store는 android -> app -> debug.keystore에 있다. ..
2024.12.31 -
(NOBRIDGE) ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null react-native-video 사용하려는데 위와 같은 에러가 난다면? 결론 부터 말씀 드리면 이 방법 저 방법 다 써보고 Xcode Clean Build Folder하고 해결 했습니다.네이티브 브릿지 문제 해결react-native-video가 네이티브 코드와 올바르게 연결되지 않았을 가능성이 있습니다.iOSXcode에서 프로젝트를 열고 Clean Build Folder 실행:메뉴: Product > Clean Build Folder이후 앱을 다시 실행:react-native run-iosAndroidGradle 캐시를 정리하고 빌드:cd an..
(NOBRIDGE) ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null(NOBRIDGE) ERROR Warning: TypeError: Cannot read property 'bubblingEventTypes' of null react-native-video 사용하려는데 위와 같은 에러가 난다면? 결론 부터 말씀 드리면 이 방법 저 방법 다 써보고 Xcode Clean Build Folder하고 해결 했습니다.네이티브 브릿지 문제 해결react-native-video가 네이티브 코드와 올바르게 연결되지 않았을 가능성이 있습니다.iOSXcode에서 프로젝트를 열고 Clean Build Folder 실행:메뉴: Product > Clean Build Folder이후 앱을 다시 실행:react-native run-iosAndroidGradle 캐시를 정리하고 빌드:cd an..
2024.12.18 -
[!] CocoaPods could not find compatible versions for pod "SocketRocket": In Podfile: React-Core (from `../node_modules/react-native/`) was resolved to 0.76.5, which depends on SocketRocket (= 0.7.1)None of your spec sources contain a spec satisfying the dependency: `SocketRocket (= 0.7.1)`.You have either: * out-of-date source repos which you can update with `pod repo update` or with `p..
CocoaPods could not find compatible versions for pod "SocketRocket": In Podfile: React-Core (from `../node_modules/react-native/`) was resolved to 0.76.5, which depends on SocketRocket (= 0.7.1)[!] CocoaPods could not find compatible versions for pod "SocketRocket": In Podfile: React-Core (from `../node_modules/react-native/`) was resolved to 0.76.5, which depends on SocketRocket (= 0.7.1)None of your spec sources contain a spec satisfying the dependency: `SocketRocket (= 0.7.1)`.You have either: * out-of-date source repos which you can update with `pod repo update` or with `p..
2024.12.12 -
(node:69562) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created) info A dev server is already running for this project on port 8081. info Found Xcode project "MOBILE.xcodeproj" info Found booted iPhone info Building (using "xcodebuild -project MOBILE.xcodeproj -configuration Debug ..
error Failed to build ios project. "xcodebuild" exited with error code '70'. To debug build logs further, consider building your app with Xcode.app, by opening 'MOBILE.xcodeproj'.(node:69562) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use node --trace-warnings ... to show where the warning was created) info A dev server is already running for this project on port 8081. info Found Xcode project "MOBILE.xcodeproj" info Found booted iPhone info Building (using "xcodebuild -project MOBILE.xcodeproj -configuration Debug ..
2024.12.12