Skip to content

Instantly share code, notes, and snippets.

@yhkaplan
Created September 19, 2018 11:37
Show Gist options
  • Save yhkaplan/d551803b87fd79403f8ab560f992fd24 to your computer and use it in GitHub Desktop.
Save yhkaplan/d551803b87fd79403f8ab560f992fd24 to your computer and use it in GitHub Desktop.
Get DerivedData path
DERIVED_DATA_PATH=$(xcodebuild -showBuildSettings | grep PROJECT_TEMP_ROOT | grep -o '[a-zA-Z0-9/]*DerivedData')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment