Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide options to make FastlaneCore::Project print less output #5491

Merged
merged 1 commit into from
Jul 25, 2016

Conversation

mfurtak
Copy link
Contributor

@mfurtak mfurtak commented Jul 25, 2016

These new options are all off by default. Their goal is to allow use of the FastlaneCore::Project class during interactive user flows where the current noisy logging obscures the messages we want them to see.

fastlane will attempt to detect your project settings in this directory
xcodebuild -list -project ./SingleView.xcodeproj
2016-07-25 10:47:21.074 xcodebuild[9236:45189] [MT] PluginLoading: Required plug-in compatibility UUID ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/FixCode.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-07-25 10:47:21.477 xcodebuild[9240:45243] [MT] PluginLoading: Required plug-in compatibility UUID ACA8656B-FEA8-4B6D-8E4A-93F4C95C362C for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/FixCode.xcplugin' not present in DVTPlugInCompatibilityUUIDs
fastlane will now try to discover Beta by Crashlytics info from your project.

With these changes, we can suppress both the warnings and the xcodebuild -list command printing, to get:

fastlane will attempt to detect your project settings in this directory
fastlane will now try to discover Beta by Crashlytics info from your project

@asfalcone
Copy link
Contributor

LGTM. 🚀 when CI is 💚

@mfurtak mfurtak merged commit 8623445 into master Jul 25, 2016
@mfurtak mfurtak deleted the project-add-silect branch July 25, 2016 16:18
@mfurtak mfurtak mentioned this pull request Jul 25, 2016
@fastlane fastlane locked and limited conversation to collaborators Feb 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants