-
PodsERROR - M1 Mac에서 LoadError가 발생할때Programming/Errors 2022. 3. 5. 14:47
어제까지만 잘 사용하고 있었는데 pod install을 할때 이제와서 갑자기 이런 에러가 발생했네요.
어제는 install할때 왜 아무말도 없었니?
발생하는 이유는 메세지를 보니 architecture가 다르기 때문에 발생하는것네요.
해결 방법중에 zsh를 rosetta로 실행하고 pod install을 할때 arch -x86_64로 명시해주는 방법도 있었지만
좀 더 쉬운 해결방법이 생긴것 같습니다.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters// cocoapods 삭제 sudo gem uninstall cocoapods // HomeBrew를 통해서 재설치 brew install cocoapods HomeBrew를 통해서 재설치하니 쉽게 해결!
혹시 이 방법으로도 해결하지 못했다면 아래 글을 참고해주세요.
https://stackoverflow.com/questions/64901180/how-to-running-cocoapods-on-apple-silicon-m1
How to running CocoaPods on Apple Silicon (M1)
I have a Flutter project that I'm trying to run on iOS. It runs normally on my Intel-based Mac, but on my new Apple Silicon-based M1 Mac it fails to install pods. LoadError - dlsym(0x7f8926035eb0,
stackoverflow.com
728x90'Programming > Errors' 카테고리의 다른 글
Bitrise Errors - Exit status: 70, [!] Error packaging up the application (0) 2022.03.03 Terminal - Homebrew 설치 중 illegal user name ERROR (0) 2022.01.26 ERROR - Can't find keyplane that supports type 4 for keyboard (0) 2022.01.10 Xcode - The linked framework ~~ is missing one ore more architectures required by this target: arm64 (0) 2021.12.26 Xcode - Multiple commands produce (0) 2021.12.19