React Native FAQ(정시적으로 업데이트되지 않음)

1378 단어 기술

1,copy 다른 사람의 코드 실행 오류 파일 not found


해결 방법: cd에서 프로젝트 디렉터리로
npm install
react-native upgrade
yarn link

xcode 설정 항목:
build setting-Always Search User Paths(Deprecated)  YES

2. react-native 프로젝트를 실행하는 중 오류가 발생했습니다.

xcrun: error: unable to find utility "instruments", not a developer tool or in PATH

해결 방법: 터미널에서 다음과 같은 명령을 실행합니다
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/

3. 원격 디버깅을 켜면 항상 이런 말이 나온다

Remote debugger is in a background tab which may cause apps to perform slowly……

해결 방법: 원래는 그 크롬의 탭 페이지를 맨 앞에 두고 창을 최소화하지 않았으면 좋겠어요.

좋은 웹페이지 즐겨찾기