Method: FastlaneCore::Project#xcodebuild_suppress_stderr
- Defined in:
- fastlane_core/lib/fastlane_core/project.rb
#xcodebuild_suppress_stderr ⇒ Object
Should we redirect stderr to /dev/null for xcodebuild commands? Gets rid of annoying plugin info warnings.
77 78 79 |
# File 'fastlane_core/lib/fastlane_core/project.rb', line 77 def xcodebuild_suppress_stderr @xcodebuild_suppress_stderr end |