SDK does not contain 'libarclite' at the path...
# 오랜만에 Xcode를 실행시켜서 그동안 관리를 못했던 앱을 살짝 건드려보았습니다. - 너무 오래 관리를 하지 않아서 그런지 새롭게 시작하는 기분이라 너무 하기가 싫더라구요^^;; * pod install 를 하려고 보니 아래와 같은 에러가 나옵니다.SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target Xcode 14.3 이상 버전에서 발생된 문제라고 합니다.Podfile에 아래와 같이 추..
2024.12.03