Xcode : DT_TOOLCHAIN_DIR

 

  1. In Xcode 15 Apple changed the variable which points to the default toolchain location to $TOOLCHAIN_DIR from $DT_TOOLCHAIN_DIR. If some project/target used $DT_TOOLCHAIN_DIR then it need to be replace by $TOOLCHAIN_DIR.

  2. brew command

  • brew upgrade cocoapods

  1. without brew

  • sudo gem install cocoapods

Comments

Popular posts from this blog

Create Slack application

Tips testing local untuk programmer 📌

Get list of controller in Codeigniter