Re: Unit testing via SSH in Xcode 6

2015-01-15 Thread Jens Alfke
I'm having trouble running my unit tests over SSH after upgrading from Xcode 4 to Xcode 6. ... Test target MyCocoaApplicationTests encountered an error (Test session exited(-1) without checking in. If you believe this error represents a bug, please attach the log file at

Re: Unit testing via SSH in Xcode 6

2015-01-15 Thread Jens Alfke
On Jan 15, 2015, at 12:44 PM, Andrew Keller and...@kellerfarm.com wrote: Our current build system performs many steps, one of which is kicking off an xcodebuild invocation. Additional steps are performed with the results. (In other words, we don't just have an Xcode project with which

Re: Unit testing via SSH in Xcode 6

2015-01-15 Thread Joar Wingfors
HI Andrew, When a user logs into OS X sufficient context is established to satisfy the requirements of GUI apps (or really, the frameworks and services used by GUI apps). The context established for a remote SSH connection is different, and on its own typically not sufficient for GUI apps. I