onmyway133 / notes

:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
62 stars 4 forks source link

xcodebuild #158

Open onmyway133 opened 8 years ago

onmyway133 commented 8 years ago

https://developer.apple.com/library/ios/technotes/tn2339/_index.html https://github.com/fastlane/fastlane/tree/master/gym

onmyway133 commented 8 years ago

Suppress fastlane gym

http://stackoverflow.com/questions/2244637/how-to-filter-the-xcodebuild-command-line-output https://jacob.hoffman-andrews.com/README/ruby-function-stfu-temporarily-redirect-noisy-stdout-writes-to-devnull/ http://www.jstorimer.com/blogs/workingwithcode/7766125-writing-ruby-scripts-that-respect-pipelines http://stackoverflow.com/questions/14987362/how-can-i-capture-stdout-to-a-string http://ujihisa.blogspot.no/2010/02/redirecting-stdout.html

$stdout = StringIO.new // does not work