JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
870 stars 83 forks source link

run‘xcodebuild build’surprisingly slow!Can help me? #71

Open JsonRight opened 1 year ago

JsonRight commented 1 year ago

I used shellOut to execute 'xcodebuild build', found the Process speed is surprisingly slow, the same command is at least twice slower than directly executed in Terminal, big guy, know how to optimize? !