-
Mac M1 pod install bug카테고리 없음 2022. 5. 27. 10:20
pod install 시 나타나는 버그
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.3/lib/ffi/library.rb:275: [BUG] Bus Error at 0x00000001012d4000
1.cocoapod 를 실행하는 터미널을 Rosetta 로 실행하기
2. sudo gem install ffi
3. sudo arch -x86_64 gem install ffi
4. arch -x86_64 pod install
하나하나 적용 후 pod install 해서 안되면 다음 단계로 넘어가면 된다.
이번 기회에 Package Manager 를 써본다..
출처: https://ondemand.tistory.com/340 [Cloud Computing On Demand:티스토리]