danielpaulus

Results 132 comments of danielpaulus

Go-iOS now comes with a command to do this for you `ios prepare create-cert` no complicated steps needed anymore :-)

You just have to add some env vars to the app process and it will log its logs via instruments. I hacked a first version here: https://github.com/danielpaulus/go-ios/pull/205 Will clean it...

Cleaned it up for the launch command. It does not work yet with XCTest, I am missing probably some stuff in the xctest config. Will check that soon and add...

Oh seems like I was wrong. Xcode does not print out the app under tests' logs if release mode. Go-iOS is based on release mode commands and does not use...

@CedricCouton after reading this: https://stevenpcurtis.medium.com/logging-in-swift-d9b59146ff00 It seems like print only goes to the stdout of the app while NSLog and os_log are also going the the system log. I wonder,...

hm weird it just worked on Ventura 13.1 with an USB-C iPAD Air iOS 16.1.1 Let me see if I can repro

same for my iPhone 14, I get this annoying `signal: illegal instruction` now and then, so I have to start and kill the command like 5 times but eventually it...

also I am using GStreamer 1.18.4 `gst-launch-1.0 --version` is that maybe the issue?

I just tried pushing the AV data through the local TCP loopback interface and just running gstreamer in a separate process from qvh and it seems to work perfectly fine....

I have not tried it no, do you have some example code you can share? @nnnpa31 If I know how to use nalus and pcm samples, I can probably do...