iOS 에러!

[Xcode] clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target

녕이 2024. 7. 14. 15:58
728x90

 

clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target

 

코드 문제가 아닌 저런 프로젝트 에러가 발생하면 정말 슬프고도 짜증난다.. 아이씨 또 뭐야~~~~

사실 대체로 뭐 어케 하라고 써주긴 한다. 저기도 보면  try increasing the minimum deployment target

이렇게 되어있는데, 말 그대로 deployment target 버전 올려줘라는 것.

아 ㅇㅋㅇㅋ 그럼 프로젝트 deployment target 올리면 되겠지.

근데 나는 이렇게 해도 안되는 것임... 열심히 찾아본 결과

내가 pod에 install한 얘네의 deployment target도 올려줘야함

그러면 잘~ 돌아갑니다

 

728x90