What iOS SDK version are you targeting?
Post
Replies
Boosts
Views
Activity
The problem was that Apple renamed the environmental variable "DT_TOOLCHAIN_DIR" to "TOOLCHAIN_DIR" without any notice as far as I can tell. This broke pod install for CocoaPods when running version 1.12.0. The CocoaPod group fixed this with the latest 1.13.0 version. The only thing you should be aware of is that you have to be using Xcode 15. Xcode 14 still uses DT_TOOLCHAIN_DIR so to be compatible with CocoaPods you must use v1.12.0 with Xcode 14.3.1.
Anyone here? Why has this not been addressed publicly by Apple? This is a key piece of functionality to develop and understand CoreData models. Some input from Apple would be helpful here lest everyone moves to Realm.