I use Xcode Version 10.2
Normal app debug print logs as expected, but when I want to test some delegate like
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:
(NSDictionary *)launchOptions
I attach to process by PID or name option from Debug menu
Debug works as expected but in log windows is empty
Expected result: Show logs in debug after Attach to Process by PID or Name