Closed timepresent95 closed 3 months ago
Gemfile과 Podfile을 통해 Gemfile.lcok 및 Podfile.lock 생성
완전히 동일한 실행 환경을 사용할 수 있는 환경 구성
Gemfile.lock을 통해 의존성 설치 명령어 bundle install
bundle install
bundle을 통해 설치 된 gem 명시적 사용 방법 bundle exec <gem 실행 명령어>
bundle exec <gem 실행 명령어>
예시: bundle exec pod install
bundle exec pod install
빌드 설명
Gemfile과 Podfile을 통해 Gemfile.lcok 및 Podfile.lock 생성
기대 효과
완전히 동일한 실행 환경을 사용할 수 있는 환경 구성
추가 정보
Gemfile.lock을 통해 의존성 설치 명령어
bundle install
bundle을 통해 설치 된 gem 명시적 사용 방법
bundle exec <gem 실행 명령어>
예시:
bundle exec pod install