https://anywaydevlog.tistory.com/18
[react-native] [!] No 'Podfile' found in the project directory 오류 해결
[!] No `Podfile' found in the project directory. pod install 명령어를 실행했더니 발생한 오류. Podfile 을 못 찾겠다는 의미다. 폴더를 잘 보니... 프로젝트 폴더에는 podfile 이 없다. 튜토리얼을 다시 자세..
anywaydevlog.tistory.com
https://flaviocopes.com/react-native-fix-iphoneos-cannot-be-located/
How to fix the `iphoneos cannot be located` error in macOS
A quick guide to how I solved a confusing React Native error
flaviocopes.com
'개발 > Web Programming' 카테고리의 다른 글
glob-parent의 vulnerabilities를 제거해보자 (0) | 2022.01.09 |
---|---|
Module not found: Error: Can't resolve '@emotion/styled/base' (0) | 2022.01.09 |
next.js의 Link 태그내부에 반드시 a태그를 사용해야할까? (0) | 2021.12.15 |
jest 테스트시에, The `document` global was defined when React was initialized 에러 (0) | 2021.10.07 |
jest에서 localStorage를 mocking하여 test하는법 (0) | 2021.10.06 |