fnoios (Frida No ios-deploy) is a Frida based tool that reads from FDs (stdout, stderr and other open FDs) from specific iOS application. In situations where you would like to see what
the app logs but you cannot spawn the application with ios-deploy you can utilize this. You need to have frida-devkit installed previously.
Using go install
$ go install github.com/nsecho/fnoios@latestManually
iOS read output
Usage:
fnoios [app] [flags]
Flags:
-h, --help help for fnoios