Skip to content

Instantly share code, notes, and snippets.

@JFKingsley
Created March 13, 2014 02:43
Show Gist options
  • Save JFKingsley/9521044 to your computer and use it in GitHub Desktop.
Save JFKingsley/9521044 to your computer and use it in GitHub Desktop.
Not a git repository
To compare two paths outside a working tree:
usage: git diff [--no-index] <path> <path>
xcodebuild -workspace TestProject/TestProject.xcworkspace -scheme TestProject clean | xcpretty -c
/bin/sh: xcpretty: command not found
2014-03-13 02:42:44.637 xcodebuild[22580:1207] [MT] PluginLoading: Required plug-in compatibility UUID 37B30044-3B14-46BA-ABAA-F01000C27B63 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2014-03-13 02:42:44.638 xcodebuild[22580:1207] Failed to load plugin at: /Users/Jonathan/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin, skipping. Reason for failure: *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
make: *** [clean] Error 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment