Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SwiftGen
- 티스토리챌린지
- JSONSerialization
- 정보처리기사
- JSONParser
- RealmSwift
- UITableView
- cocoapods
- pbxfilesystemsynchronizedrootgroup
- JSON
- Codable
- 2018 KAKAO BLIND RECRUITMENT
- 정보처리기사 실기 요약본
- 프로그래머스
- programmers
- dynamic height
- 위클리챌린지
- Decodable
- Xcode
- Custom PageViewController
- swift
- storybaord
- CustomCode
- Pod
- issecuretextentry
- pbxgroup
- parse
- 정보처리기사 실기
- IOS
- PageViewController
Archives
- Today
- Total
iOS 개발일기
[Xcode] M1 환경에서 발생하는 pod update 에러 해결 방법 본문
firebase와 project를 연동하려고 podfile을 update하려고하는데 에러가 나더라구요.
[IMPORTANT] Don't forget to include the Crash Report log file under DiagnosticReports directory in bug reports.
구글링 좀 해보니 M1에서만 일어나는 이슈라고하네요,,
% sudo arch -x86_64 gem install ffi
% pod install
터미널에서 해당 프로젝트 경로에서 실행해주니 문제 없이 잘 업데이트가 되더군요.