iOS - Swift

[xcode] podfile 인식 못하고 시뮬레이터 실행 오류

야라라라 2022. 6. 10. 16:59
반응형
SMALL

개발중 시뮬레이터로 실행해보려고 하니

simulator no such module 'Alamofire' 에러로

pod을 인식하지 못하고 시뮬레이터 실행이 안됨

 

>>

target - build setting - excluded architectures - debug 에

any ios simulator SDK : arm64 추가

반응형
LIST