[react-native] 프로젝트 세팅 버그

bunny.log·2023년 5월 31일
0

이슈

프로젝트를 생성하는 도중 에러가 발생 하였다. 내용은 아래와 같다.

error warn Multiple Podfiles were found: ios/Podfile,vendor/bundle/ruby/3.0.0/gems/cocoapods-core-1.12.1/lib/cocoapods-core/Podfile. Choosing ios/Podfile automatically. If you would like to select a different one, you can configure it via "project.ios.sourceDir". You can learn more about it here: https://github.com/react-native-community/cli/blob/master/docs/configuration.md

✖ Installing CocoaPods dependencies (this may take a few minutes)
error Error: Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/next/environment-setup and follow the React Native CLI QuickStart guide for macOS and iOS.
Error: Error: Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/next/environment-setup and follow the React Native CLI QuickStart guide for macOS and iOS.
at createFromTemplate (/opt/homebrew/lib/node_modules/react-native/node_modules/@react-native-community/cli/build/commands/init/init.js:131:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Object.initialize as func
at async Command.handleAction (/opt/homebrew/lib/node_modules/react-native/node_modules/@react-native-community/cli/build/index.js:106:9)

해결

버그 설명 내용 중 보이는 아래 내용을 참고 하였다.

You can learn more about it here: https://github.com/react-native-community/cli/blob/master/docs/configuration.md

위 링크로 접속하면 아래 사진의 내용 설명이 보이고 참고 하였다.

우선 첫번째로 프로젝트 내부에 react-native.config.js 파일이 없어서 루트디렉토리에 파일을 생성 한 후 아래 내용을 입력해 주었다.

sourceDir 부분에 내가 사용하는 프로젝트의 ios경로인 ./ios를 입력해 주었다.

우선 내가 시도 했던 일들

  1. 우선 ruby 버전을 상위버전으로 업데이트 해주었다.
    https://cmjunghoon.github.io/posts/Install_Ruby/

  2. cocoapod를 지우고 다시 설치해 보았다.
    https://benoit.tistory.com/m/13

  3. 버그에서 가이드 해준 url 링크로 이동하여 가이드 해주는 방향대로 시도해 보았다.
    https://github.com/react-native-community/cli/blob/main/docs/projects.md

우선적으로 3번이 프로젝트 세팅을 하는데 도움이 되었다😁

.
.
.
.
.
그외 참고
https://velog.io/@ljwh1231/%EC%84%9C%EB%B2%84-%EA%B0%9C%EB%B0%9C%EC%9E%90%EC%9D%98-RN-%EC%84%B8%ED%8C%85%EA%B8%B0-1

https://codecamper.me/blog/122/

profile
나를 위한 경험기록

0개의 댓글