최대 1 분 소요

Error Gem::Ext::BuildError: ERROR: Faild to build gem native extension.

set define on

react-native 프로젝트를 만들던 중 오류가 발생했다. Ouccured Error when I make react-native project that is ‘Error Gem, Faild to build gem native extension’.

해당 오류는 build에 필요한 부분을 검토해봐야한다. You check the things that used building react-native project.

  1. pod –version 으로 cocoapods 가 사용가능한지 확인한다.
  2. Enter ‘pod –version’ and check whether ‘cocoapods’ is available.

  3. ruby -v 로 ruby가 사용가능한지 확인한다.
  4. Enter ‘ruby -v’ and check wheter ‘ruby’ is available.

  5. sudo xcodebuild -license 로 xcode licence가 사용가능한지 확인한다.
  6. Enter ‘sudo xcodebuild -license’ and check wheter ‘xcode license’ is available.