where is $PATH set in xcode?

前端 未结 9 759
半阙折子戏
半阙折子戏 2020-12-03 07:16

It looks like xcode\'s $PATH environment setting is different from my user shell environment.

Where does xcode get the $PATH setting from and what\'s the best way t

9条回答
  •  攒了一身酷
    2020-12-03 07:28

    Try opening your xcode project from the terminal, this worked for me: open some.xcodeproj

    Instead of opening xcode and then loading the project or double clicking on it.

    I know... silly

提交回复
热议问题