Skip to content

Instantly share code, notes, and snippets.

@guillaumealgis
Created June 12, 2016 12:11
Show Gist options
  • Save guillaumealgis/35b8df1dc49cb7f1480cfe2294a18e43 to your computer and use it in GitHub Desktop.
Save guillaumealgis/35b8df1dc49cb7f1480cfe2294a18e43 to your computer and use it in GitHub Desktop.
❯ xcodebuild clean build | xcpretty
2016-06-12 14:10:13.874 xcodebuild[88970:1887570] [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
▸ Clean Succeeded
▸ Building BTGisterPost-Xcode5/BTGisterPost-Xcode5 [(Release)]
▸ Check Dependencies
▸ Running script 'Check Pods Manifest.lock'
▸ Precompiling BTGisterPost/BTGisterPost-Xcode5-Prefix.pch
▸ Compiling NetworkReachability.m
▸ Compiling BTGisterPost.m
▸ Compiling GitHubUserInfo.m
▸ Compiling GisterPostWindowController.m
⚠️ /Users/guillaume/Library/Application Support/Alcatraz/Plug-ins/BTGisterPost-Xcode5/Controllers/GisterPostWindowController.m:227:15: 'loadNibNamed:owner:' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
[NSBundle loadNibNamed:@"GisterPostWindow" owner:self];
^
⚠️ /Users/guillaume/Library/Application Support/Alcatraz/Plug-ins/BTGisterPost-Xcode5/Controllers/GisterPostWindowController.m:243:21: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
BOOL isPublic = ![self.privateGistCheckBox state] == NSOnState;
^
⚠️ /Users/guillaume/Library/Application Support/Alcatraz/Plug-ins/BTGisterPost-Xcode5/Controllers/GisterPostWindowController.m:300:23: format string is not a string literal (potentially insecure) [-Wformat-security]
additionalInfo);
^
▸ Compiling LoginWindowController.m
⚠️ /Users/guillaume/Library/Application Support/Alcatraz/Plug-ins/BTGisterPost-Xcode5/Controllers/LoginWindowController.m:109:19: 'loadNibNamed:owner:' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
[NSBundle loadNibNamed:@"LoginWindow" owner:self];
^~~~~~~~~~~~~~
▸ Compiling Gist.m
⚠️ /Users/guillaume/Library/Application Support/Alcatraz/Plug-ins/BTGisterPost-Xcode5/Models/Gist.h:32:39: auto property synthesis will not synthesize property 'description' because it is 'readwrite' but it will be synthesized 'readonly' via another property [-Wobjc-property-synthesis]
@property (nonatomic, copy) NSString *description;
^
▸ Compiling NSAlert+EasyAlert.m
▸ Linking BTGisterPost-Xcode5
❌ ld: library not found for -lPods
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/guillaume/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/BTGisterPost-Xcode5.xcplugin/Contents/MacOS/BTGisterPost-Xcode5 normal x86_64
(1 failure)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment