티스토리 뷰

안녕하세요 Hani입니다.

이번 포스팅에서는 could not find module for target 'x86_64-apple-ios-simulator' found arm64 arm64-apple-ios-simulator 오류를 해결하는 방법에 대하여 알아보겠습니다.


could not find module for target 'x86_64-apple-ios-simulator' found arm64 arm64-apple-ios-simulator

xcode의 왼쪽에서 Project를 선택한 다음 Build Settings로 진입하고 나서 Build Active Architecture Only의 Debug와 Release를 둘 다 Yes로 바꿔줍니다.

 

Exclude Architectures에는 Debug와 Release에 Any iOS Simulator SDK - arm64를 추가해줍니다.

 

xcode를 클릭한다음 상단의 Product를 선택하고 Clean Build Folder를 누른 뒤, xcode를 닫습니다.

 

Rosetta Terminal에서 프로젝트가 있는 공간으로 진입한 다음

sudo gem install cocoapods-deintegrate cocoapods-clean

pod deintegrate

pod clean

pod install

를 순서대로 입력해줍니다.


*^^*

 

'iOS' 카테고리의 다른 글

[iOS] About the UI Restoration Process 정리  (0) 2021.11.13
[iOS] HTTP 통신 허용하기  (0) 2021.09.30
[iOS] NotificationCenter 정리  (0) 2021.09.10
[iOS] StackView  (0) 2021.05.03
[iOS] OpenGLES / Metal  (0) 2021.03.05
댓글