Debug build - how to test with somebody else?
-
If I send a debug build of a standalone app on macOS, how can the person using it get me the log? I know it's displayed in XCode, but I can't ask people to install XCode just to troubleshoot something ;-) Thank you!
-
-
@d-healey but this won't fire system errors, right, only the issues in hise script?
-
@tomekslesicki I think that's correct
-
@d-healey yeah, and tha't the problem for me. The hise part is good, it's just that the traffic appears to be blocked on some random macOS systems, and I'm trying to figure out what's up with that
-
@tomekslesicki Are you able to recreate the issue in a VM?
-
@d-healey no, I have three different macs here, one is on intel, the other two are on m1. One is running the latest version of Sequoia, the other is on Monterey. I can't reproduce the issue on any of these, and it's literally 3 people out of almost 500 having the same problem. But the problem is there, apparently. It's either that macOS blocks traffic on GET / download callbacks, or that the parameter part is not passed correctly on their system for some reason. Here's my thread: https://forum.hise.audio/topic/12537/heads-up-server-downloadfile-issue-on-macos-sequoia-and-a-solution/22 but I thought learning how to send debug versions might be valuable to other people, if they'll end up searching for it at some point
-
@tomekslesicki what you could do in that case is to create a file that contains the server call response, and have the user to check/send you that file