Framework/Flutter

[Error]DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead

  • -
반응형

최근 iOS 버전을 업데이트(17) 하면서 Xcode 버전도 14에서 15로 업데이트를 하게 됐는데요. 역시나 빌드 과정에서 오류를 만났습니다.

The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.0.99.

 

 

다행히 깃허브 이슈에 여러 글들이 올라와있어 문제를 쉽게 해결할 수 있었습니다. 

 

1. cocoapod 업데이트

brew upgrade cocoapods

 

2. pod update

cd ios
rm -rf Podfile.lock
pod install --repo-update

 

참고문서
 

When will there be a next release after 1.12.1? · Issue #12048 · CocoaPods/CocoaPods

I'm really looking forward to the Xcode 15 fix.

github.com

 

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.