pod install 에러
pod install --repo-update
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
해결 방법
한참 같은 에러로 고생 했는데 처음엔 sudo를 안해서 계속 같은 에러가 발생 했습니다.
sudo 필수!
sudo gem pristine ffi
sudo gem install cocoapods
sudo gem pristine ffi
Password: (해당 피시 비번)
Ignoring ffi-1.15.5 because its extensions are not built. Try: gem pristine ffi --version 1.15.5
Restoring gems to pristine condition...
Building native extensions. This could take a while...
Restored ffi-1.15.5
Building native extensions. This could take a while...
Restored ffi-1.16.3
sudo gem install cocoapods
이후에 정상적으로 pod install --repo-update
pod install --repo-update
빌드후 실행
'IOS > 에러 해결' 카테고리의 다른 글
undefined symbol: _objc_class_$_nmfmapview (0) | 2024.01.19 |
---|---|
Could not build Objective-C module 'react-native-certificate' (0) | 2024.01.15 |
Pod install error(Verification checksum ....) (1) | 2024.01.09 |