The launch argument -com.apple.TipKit.HideAllTips 1
does not work if it is defined in xctestplan arguments passed on launch.
I tested it with the apple provided example app, where I created simple UI test and added xctestplan with launch argument -com.apple.TipKit.HideAllTips 1
.
The app does not hide the tips when it is running the UI Tests.
Is there any solution that works? Thanks for reply.