Xcode 12 Compilation Errors (While running with iOS 14 Simulators)
Migrating to the latest Version 12.0.1 (12A7300) version, while compiling the running project, it gives errors with simulator selected…
khushwanttanwar.medium.com
m1 mac mini로 기존 프로젝트들이 돌아가는지 테스트중에
해당 문제가 발생했다.
해결은 아래와같이 했다.
- To do that for Main Project, navigate to Build Settings of your project and add Any iOS Simulator SDK with value arm64 inside Excluded Architecture. (Note: Project, not Target. Adding to Project will automatically add settings to all its Target)
감사 그자체
반응형
'iOS' 카테고리의 다른 글
앱스토어 상단 이미지는 어떻게 넣나요? (0) | 2022.04.18 |
---|---|
앱의 민감한 정보를 보호하는 방법 (0) | 2022.04.07 |
텍스트뷰의 실 사이즈가 나오지않는다... (0) | 2021.04.18 |
2020년 iOS 버전별 점유율(2020년 12월 15일 발표) (0) | 2021.02.18 |
리액트네이티브 + swift, main.jsbundle does not exist. (0) | 2020.12.08 |