Skip to content

Instantly share code, notes, and snippets.

*** Building scheme "Spicerack" in Spicerack.xcworkspace
2016-01-19 18:22:37.994 xcodebuild[50538:756975] [MT] PluginLoading: Required plug-in compatibility UUID F41BD31E-2683-44B8-AE7F-5F09E919790E for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SparkInspectorXcodePlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-01-19 18:22:38.181 xcodebuild[50538:756975] warning: The file reference for "test_buzz_unsupported_module.json" is a member of multiple groups ("Resources" and "Resources"); this indicates a malformed project. Only the membership in one of the groups will be preserved (but membership in targets will be unaffected). If you want a reference to the same file in more than one group, please add another reference to the same path.
2016-01-19 18:22:48.020 xcodebuild[50592:757252] [MT] PluginLoading: Required plug-in compatibility UUID F41BD31E-2683-44B8-AE7F-5F09E919790E for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/S

Keybase proof

I hereby claim:

  • I am dmauro on github.
  • I am dmauro (https://keybase.io/dmauro) on keybase.
  • I have a public key whose fingerprint is 5BB5 8FCE 5C39 1656 2245 AE3E CBF7 BBE0 29E3 BAD3

To claim this, I am signing this object:

// Swift in beta 4
if (optional?.methodReturningBool()) {
println("awesome")
}
// Swift in beta 5
if (optional != nil && optional!.methodReturningBool()) {
println("damnit...")
}
// Swift in beta 4
if (optional?.methodReturningBool()) {
println("awesome")
}
// Swift in beta 5
if (optional != nil && optional!.methodReturningBool()) {
println("damnit...")
}
required init(coder aDecoder: NSCoder!) {
fatalError("can't wait for Beta 6. t(-_-t)")
}
import UIKit
extension CGSize {
init(width: Double, height: Double) {
self.width = CGFloat(width)
self.height = CGFloat(height)
}
}
info: Starting app get-creative
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Target script does not exist: /opt/haibu/carapace-versions/0.8.16/node_modules/haibu-carapace/bin/carapace
error: Error output from Haibu:
error:
error: Error: Target script does not exist: /opt/haibu/carapace-versions/0.8.16/node_modules/haibu-carapace/bin/carapace
error: at /root/haibu-orchestra/node_modules/haibu/node_modules/forever-monitor/lib/forever-monitor/monitor.js:143:26
info: Starting app get-creative
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Error spawning drone
error: Script took too long to listen on a socket
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
info Uploading: [=============================] 100%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: npm WARN package.json get-creative@1.0.1-5 No README.md file found!
npm http GET http://nj-npm.irisnpm.com/connect/2.3.6
npm http GET http://nj-npm.irisnpm.com/express/2.5.1
npm http GET http://nj-npm.irisnpm.com/connect-mongodb/1.1.4
npm http GET http://nj-npm.irisnpm.com/mongodb/1.1.7
npm http GET http://nj-npm.irisnpm.com/coffee-script/1.3.3
npm http GET http://nj-npm.irisnpm.com/jade/0.16.2