@jsq It doesn’t have access to your shell environment’s PATH at all, unless you launch it through a terminal. It only gets whatever the default PATH configured via launch services is.
@NeoNacho@jsq Aha! Good to know, TIL! So that means that xcodebuild and Xcode could end up potentially having script build phases behaving differently given they expose a different set of env vars then?