James Gill

Results 141 comments of James Gill

I'm pretty sure this is a known issue. I think I saw it on the Trello somewhere...

This is happening to me too. https://github.com/JJTech0130/rust-swift-package/actions/runs/2930370984 (404) vs https://github.com/JJTech0130/rust-swift-package/actions/runs/2929951876 It seems like it fixes itself after awhile, but it's a problem, because I have a job that calculates the...

I have the same issue. It says the same thing in the log, and the app complains about no internet connection...

What? You're using the iOS 14 one on 15?? I can't even get older 15 versions to work on the latest 15... I ended up just downloading XCode and extracting...

Yes. It works fine. Do you have both the signature and the DMG?

Hmmm... shouldn't even need to wait for the app to close, right? Pretty sure that JIT remains enabled even after the debugger disconnects. So you could theoretically enable the VPN,...

The original gist is down, so I'll paste it here so it doesn't get lost forever: ```js var SecTrustEvaluate_handle = Module.findExportByName('Security', 'SecTrustEvaluate'); var SecTrustEvaluateWithError_handle = Module.findExportByName('Security', 'SecTrustEvaluateWithError'); var SSL_CTX_set_custom_verify_handle =...

Has this issue been taken over for discussing the new `devmodectl`? I guess I'll rename it...

Well, actually, my problem *wasn't* solved by it. It seemed like it was just a bug in Developer Beta 2 that caused the issue- it works fine in later betas....