저 많은 사람 중에 '나'

    맥 환경설정

    https://lovejaco.github.io/posts/path-macos-best-practice-for-path-environment-variables-on-mac-os/ [번역] PATH (MacOS) : Mac OS에서 PATH 환경 변수 모범 사례 [번역] PATH (MacOS) : Best practice for PATH Environment Variables On Mac OS lovejaco.github.io 맥 싫어!!!!!!!!!!!!!!!!!!!!

    [오류] error Failed to build iOS project. We ran "xcodebuild" command but it exited with error

    [오류] error Failed to build iOS project. We ran "xcodebuild" command but it exited with error

    https://zejeworld.tistory.com/112 [React-nitve] error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. 해결방법 React-native로 앱 만들기를 시작하면서 수많은 오류를 맞딱뜨렸지만 이 것만큼 세고 해결도 잘 안되는 오류는 첨봤다. pod install이 잘 안된건가 싶어서 다시 해봤고, yarn도 다시 깔아보고 구글에 나 zejeworld.tistory.com 위 참고자료에서 참고하시면 이 외에도 더 많은 해결책들이 제시되어 있습니다. Xcode 상의 Copy Bundle Resources 삭제 Xcode를 실행한 후 내가 작업하고 있는 프로젝..

    [오류] RNFBAppRNFBMessaging

    yarn add @react-native-firebase/app

    리액트 네이티브 FCM을 사용한 푸쉬알림

    리액트 네이티브 FCM을 사용한 푸쉬알림

    https://www.youtube.com/watch?v=FsUNPSA6Ogg https://github.com/zo0r/react-native-push-notification GitHub - zo0r/react-native-push-notification: React Native Local and Remote Notifications React Native Local and Remote Notifications. Contribute to zo0r/react-native-push-notification development by creating an account on GitHub. github.com 참고로 파이어베이스 dependency는 현재 제 파이어베이스 계정에서 생성된 버전으로 실행했습니다. ..

    [오류] ./gradlew clean 안먹힐때

    작업관리자에서 java랑 관련된거 다 종료시키자. 아니면 에뮬레이터 라던가.. 그만 멈춰 에러 https://hyesunzzang.tistory.com/11 [안드로이드] excution failed for task app clean 해결법 excution failed for task app clean 해결법 안드로이드 스튜디오에서 빌드를 하려고 하면 저런 오류가 발생하면서 clean, ReBuild, Build 모두 안먹힌다.. 방법을 찾았다! 1. java 프로세스 종료 윈도우 cmd, 맥.. hyesunzzang.tistory.com

    [오류] Error: EPERM: operation not permitted, ...

    제발 멈추라고!!!!!!!!!!!!!! npm install 로 모듈 최신화 및 인스톨을할때 발생할 수 있는 에러이다. 해당 에러는 파일이 읽기전용이되거나, 잠긴 현상으로 인한 문제로. npm install --force 위 코드로 해결할 수 있다. https://binshuuuu.tistory.com/301 [NodeJS] Error: EPERM: operation not permitted, ... [NodeJS] Error: EPERM: operation not permitted, ... npm install 로 모듈 최신화 및 인스톨을할때 발생할 수 있는 에러이다. 해당 에러는 파일이 읽기전용이되거나, 잠긴 현상으로 인한 문제로. --force.. binshuuuu.tistory.com ------..

    [오류] requireNativeComponent: "RNCWebView" was not found in the UIManager

    오류 멈춰.. 제발 react-native link 해주기 https://aspdotnet.tistory.com/2315 requireNativeComponent: "RNCWebView" was not found in the UIManager requireNativeComponent: "RNCWebView" was not found in the UIManager /** * Sample React Native App * https://github.com/facebook/react-native * * @format * @flow */ import React from 'react'; import.. aspdotnet.tistory.com

    [오류] app:installDebug Failed

    참고자료 [React Native] :app:installDebug Failed 이슈 해결 > Task :app:installDebug FAILED 설치하려는 apk말고 동일한 이름을 가진 앱이 이미 설치되어 있는 경우 나타나는 에러 해당 앱을 삭제한 후 다시 yarn android 명령어를 실행하면 해결 된다.

    [오류] 파이어베이스 푸쉬알람 리액트 네이티브 연동

    @react-native-firebase 라이브러리 설치 npm i @react-native-firebase/app @react-native-firebase/messaging 파이어베이스 프로젝트 생성 https://velog.io/@kwonh/ReactNative-%ED%91%B8%EC%89%AC%EC%95%8C%EB%A6%BC-%EA%B3%B5%EC%8B%9D%EB%AC%B8%EC%84%9C-%EB%94%B0%EB%9D%BC%ED%95%98%EA%B8%B0-Firebase-Cloud-Messaging-react-native-firebase-notification-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C [ReactNative] 푸쉬알림 공식문서 따라하기 - (..

    리액트 네이티브 Command PhaseScriptExecution failed with a nonzero exit code

    Command PhaseScriptExecution failed with a nonzero exit code 오류가 계속 생겼는데 이유는 메트로서버를 킬때 v16버전으로 돌아가는데, v17버전으로 xcode가 계속 실행해서 메트로 서버가 켜지지 않아서 생기는 오류였다. 그래서 해결 방법으로는 v17을 삭제했다..