Skip to content

Instantly share code, notes, and snippets.

@guillaumealgis
Created June 12, 2016 13:02
Show Gist options
  • Save guillaumealgis/3e11cf1052f850faf660d741654de887 to your computer and use it in GitHub Desktop.
Save guillaumealgis/3e11cf1052f850faf660d741654de887 to your computer and use it in GitHub Desktop.
❯ xcodebuild clean build -project CocoaPodUI.xcodeproj BUILD_DIR=/tmp/cocoapodui-build | xcpretty
2016-06-12 15:02:26.825 xcodebuild[92511:1931859] [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/BTGisterPost-Xcode5.xcplugin' not present in DVTPlugInCompatibilityUUIDs
▸ Check Dependencies
no rule to process file '/tmp/CocoaPodUI/README.md' of type net.daringfireball.markdown for architecture x86_64
▸ Clean Succeeded
▸ Building CocoaPodUI/CocoaPodUI [(Release)]
▸ Check Dependencies
no rule to process file '/tmp/CocoaPodUI/README.md' of type net.daringfireball.markdown for architecture x86_64
▸ Precompiling CocoaPodUI/CocoaPodUI-Prefix.pch
▸ Compiling MainWindowController.m
▸ Compiling PodItem.m
▸ Compiling JMModalOverlay.m
▸ Compiling JMModalOverlayView.m
▸ Compiling PodsManagementViewController.m
▸ Compiling PodEditController.m
▸ Compiling PodCell.m
▸ Compiling PodsOverlayController.m
▸ Compiling NSWindow+Sizing.m
▸ Compiling PodfileParser.m
▸ Compiling JMModalOverlay+Task.m
▸ Compiling CocoaPodUI.m
▸ Compiling AvailableTableDragDropSource.m
▸ Compiling NSView+Frame.m
▸ Compiling JMOverlayView.m
▸ Compiling RSVerticallyCenteredTextFieldCell.m
▸ Compiling NSString+Extra.m
▸ Compiling CreatePodController.m
▸ Linking CocoaPodUI
❌ clang: error: no such file or directory: '/tmp/cocoapodui-build/Release/YAML.framework/YAML'
** BUILD FAILED **
The following build commands failed:
Ld /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/CocoaPodUI.xcplugin/Contents/MacOS/CocoaPodUI normal x86_64
(1 failure)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment