Re: Future of Cocoa #2

2019-12-12 Thread Charles Srstka via Cocoa-dev
> On Dec 10, 2019, at 5:57 PM, Turtle Creek Software via Cocoa-dev > wrote: > > Xojo is new to me, but it appears more a SwiftUI than a Cocoa substitute. Xojo is just the new name for RealBASIC, which has been around forever. It wouldn’t be my first choice. Charles

Re: Permission Denied trying to connect to localhost in unit test

2019-12-12 Thread Jens Alfke via Cocoa-dev
> On Dec 12, 2019, at 7:42 AM, Robert Walsh via Cocoa-dev > wrote: > > I am writing a command line application in Objective-C that needs to make a > TCP connection to a server. In a unit test for the TcpClient class I am > writing, I have a simple TCP server that listens for connections in

Permission Denied trying to connect to localhost in unit test

2019-12-12 Thread Robert Walsh via Cocoa-dev
I am writing a command line application in Objective-C that needs to make a TCP connection to a server. In a unit test for the TcpClient class I am writing, I have a simple TCP server that listens for connections in a thread. When I try to connect to this socket from the client socket class,

Re: ITMS-90276 Missing Bundle Identifier

2019-12-12 Thread Shane Stanley via Cocoa-dev
On 12 Dec 2019, at 12:52 am, Torsten Curdt via Cocoa-dev wrote: > > I am not sure - is there a better place to ask questions about codesigning > and problems with submissions to the MAS? > > I am trying to submit an app to the MAS that includes an automator workflow > in the bundle resources