Running sysdiagnose on simulators? Possible or not?

In order to determine what is wrong with my simulators' behavior, Apple is asking me to run sysdiagnose on all devices involved. However, aside from my mac mini, all other devices involved this issue are simulators.

Can one run sysdiagnose on a simulator for iOS and WatchOS? And if so how?

Thanks in advance
Answered by sal_from_new_york in 674205022
The answer is YES. Simply run "xcrun simctl diagnose". If you have more than 1 simulator that is active (e.g.: iPhone simulator and Watch simulator), then simply provide the udid of the simulators as such: "xcrun simctl diagnose --udid=<simulator udid>"

Thanks
Accepted Answer
The answer is YES. Simply run "xcrun simctl diagnose". If you have more than 1 simulator that is active (e.g.: iPhone simulator and Watch simulator), then simply provide the udid of the simulators as such: "xcrun simctl diagnose --udid=<simulator udid>"

Thanks
Running sysdiagnose on simulators? Possible or not?
 
 
Q