Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am reesemclean on github.
  • I am reesemclean (https://keybase.io/reesemclean) on keybase.
  • I have a public key ASALPA2cpQDwDTcD1SpdF98xGpvcOE7Ug2oAzfxNDZ4iPwo

To claim this, I am signing this object:

@reesemclean
reesemclean / gist:76a81a5d9150cc50d79f
Created September 9, 2015 23:30
Crash on Project Open
Process: Xcode [8904]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 7.0 (8223)
Build Info: IDEFrameworks-8223000000000000~15
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [8904]
User ID: 501
Wed, 18 Sep 2013 23:35:08 GMT apn Initialising connection
Wed, 18 Sep 2013 23:35:08 GMT apn Initialising module
Wed, 18 Sep 2013 23:35:08 GMT apn 1 left to send
Wed, 18 Sep 2013 23:35:09 GMT apn Connection established
Connected
Wed, 18 Sep 2013 23:35:09 GMT apn Transmitting notification from buffer
Wed, 18 Sep 2013 23:35:49 GMT apn 0 left to send
Wed, 18 Sep 2013 23:36:05 GMT apn 0 left to send
Wed, 18 Sep 2013 23:36:05 GMT apn Socket drained 0
Wed, 18 Sep 2013 23:36:26 GMT apn Transmitting notification from buffer
[08/20 13:53:47 PDT][out] Mode launched: undefined
[08/20 13:53:47 PDT][out] Configuration read
[08/20 13:53:47 PDT][err] /opt/run/snapshot/package/app.js
[08/20 13:53:47 PDT][err] :91
[08/20 13:53:47 PDT][err] db: config.db.name
[08/20 13:53:47 PDT][err]
[08/20 13:53:47 PDT][err] ^
[08/20 13:53:47 PDT][err] TypeError: Cannot read property 'name' of undefined
[08/20 13:53:47 PDT][err] at Object.<anonymous> (/opt/run/snapshot/package/app.js:91:17)
[08/20 13:53:47 PDT][err] at Module._compile (module.js:449:26)
info: Welcome to Nodejitsu reesemclean
info: jitsu v0.13.0, node v0.10.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/reesemclean/Desktop/URLPusher Project/URLPusherServer/package.json
data:
data: {
info: Starting app URLPusher
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: App failed to start after 3 attempts.
error: at AppController._startDrone.server (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:479:25)
error: at Servers.free (/root/nodejitsu/node_modules/conservatory-api/lib/client/servers.js:89:5)
error: at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:161:7)
error: at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22)
error: at Request.EventEmitter.emit (events.js:99:17)
//This is called passing in the view controller to launch from
//Raising the minimum to 4.0 to get blocks, an even better version would be
//-(BOOL) launchSmartotsEngineControllerInViewController:(UIViewController *)viewController withCompletionHandler:(void (^)())block;
//Doing it this way gets me an animated transition and all I have to do is call
//[[SmarTotsEngine sharedInstance] setLandscape:UIInterfaceOrientationIsLandscape(self.interfaceOrientation)];
//right before and then I don't have to worry about rotation.
-(BOOL) launchSmartotsEngineControllerInViewController:(UIViewController *)viewController {