How can i view the logs for an app that runs in release mode (flutter run --release) on iOS (14.5) physical device? I tried logging with print, debugPrint nothing gets printed in the OS X console app (/System/Applications/Utilities/Console.app). i also tried in the terminal the 'flutter logs -v' command, nothing no logs or errors running this command.