3

I have a Macbook 15in with touch bar and every time I build or run tests from XCode (Cocoa app), the Touch bar simulator pops up. This is interfering with my UI tests since its blocking the click view. Make it go away! How do I disable it?

Under Window menu, there is Show/Hide Touch bar and I can manually close it but I want to disable it from running completely.

It's driving me nuts and a google search turns up nothing.

1 Answers1

0

enter image description here

That's old but still... It took me at least an hour to find a solution)

Community
  • 1
  • 1
Max Kraev
  • 740
  • 12
  • 31
  • Yes I mentioned you can Hide/Show the TouchBar from the Window menu but this must be done manually each time. Is there setting via Main.storyboard that you found? I don't have that in my project – Andrew Taylor May 19 '18 at 20:14