본문 바로가기

iOS ᙏ̤̫͚/iOS Programming

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

조건

- macOS Sonoma (14.2.1)

- Xcode(Version 15.1)

 

OS와 Xcode 앱 업데이트 후 최초 빌드 시 발생한 에러

메시지: DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead

https://github.com/CocoaPods/CocoaPods/issues/12012

 

"Error 'DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead' in Xcode 15 beta 5" · Issu

I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow. Report What did you do? Build with Xcode15-beta5 after pod install What did you expect to happen? Build ...

github.com


해결

최신 버전으로 업데이트하여 해결

sudo gem install cocoapods
pod update

 

'iOS ᙏ̤̫͚ > iOS Programming' 카테고리의 다른 글

[iOS] Navigation Bar Title 변경  (0) 2021.06.17