Peter Siegesmund

Results 22 comments of Peter Siegesmund

No, nothing is logged. I've tried setting App Sandbox to NO, and I've also tried setting `com.apple.security.network.server` and `com.apple.security.network.client` to YES. Still the same problem.

I’m using Swift, and the settings are the Xcode’s defaults. I looked around build settings and there were a number of debug settings, but no DDEBUG. > On Feb 20,...

It was set to that by default. So, yes, DEBUG=1 defined in Preprocessor Macros... > On Feb 20, 2018, at 1:17 PM, John Holdsworth wrote: > > Look for Preprocessor...

It does log a successful patch to the injection console. But nothing to the Xcode console.

Also, in addition to the aforementioned error, in the optimize build console, it says: Unable to open Index DB at notfound: unable to open database file

// From here to end of file added by Injection Plugin // #ifdef DEBUG #define INJECTION_PORT 31452 static char _inMainFilePath[] = __FILE__; static const char *_inIPAddresses[] = {"192.168.7.20", "127.0.0.1", 0};...

Absolutely. I’d love to use this and I really appreciate your work putting it out there and supporting it. Thank you! I’ll give the new version a shot and see...

So I downloaded and tried the new app. Same result - an error message saying that the simulator is not running.

So that does work. I am no connected and it's logging. The logs suggest its' working correctly, but I'm not seeing a change in the app. Log outputs are as...