Using Xcode directly to run tests in my package fails from CodeSign. I am forced to use the command line to run my tests when ideally I would like to use Xcode for the UI and ease.
Is there any way to do this, or are there any plans to add this somehow?
I would also like to run my tests for iOS, but am having to use the command line for that also. Unsure if there's any workarounds to make a simple CMD-U
work my package to a) not need signing and 2) run on iOS.