ROServiceImporter (mac) crashes on import

Downloaded (latest Clients for Cocoa) and trying to use the ROServiceImporter on mac to import a RODL to generate Swift interface.

Either importing a RODL directly or by connecting to a server results in the application crashing without any error message.

Using the rodl2code tool directly results in a: Segmentation fault 11

Any ideas?

Thanks,
Mark

Is that with the latest beta, or with 9.3.

RemObjects Remoting SDK for Cocoa - 9.3.105.1345.dmg [November 2017 Release] — Wed, Nov 15, 2017

Mark

Does the attached version work for you?

ROServiceImporter.app.zip (2.9 MB)

Connect to a Server doesn’t seem to do anything when clicking the Go button but open a .RODL works fine with that version.

Thanks,
Mark

Can you share the URL you’re using with me (her for in private)?

Unfortunately, it’s private (we hide the RODL in production) but it seems to fail on any of the RODLs we have in development.

Does it fail for you also?

Mark

Yeah, I can reproduce this.irt seems every single network request made my the app just hangs (without actually timing out). very strange, I don’t understand why that’d happen (and it didn’t;t when I latest tested this ;). What OS are you on, High Sierra 10.13.3 like me?

Yes, I’m on the same 10.13.3. Just an idea, but is https trying to be enforced, are Apple phasing out plain old http for developers? Do you have a https service to test against?

Mark

I tried HTTPS (although the app does have the Info.PList setting needed to allow plain HTTP), I also tried signing the app (the local build I used, and I sent you, was not signed, makes no difference. Very weird. at the vey lowest level, NSURLRequest and even NSData.dataWitrhContentsFromURL just hangs:frowning:

That is strange. At least importing the RODL directly works which means I can get on with development :slight_smile:

Thanks for looking into this.

Mark

1 Like

I’ll keep on it and get to the bottom of this :wink: