8

Universal links & deep links works when I am already debugging the app.

However I can't test opening a link from a cold start. I.e. Tapping on a link on safari when the app is not running.

I cant see how to attach the debugger if Xcode does not launch the app itself.

I assumed the answer would be create a custom scheme, but I can't see any options to open the app with web link.

scheme options

Robert
  • 37,670
  • 37
  • 171
  • 213

1 Answers1

11

You should use the Wait for executable to be launched configuration option. See here for instructions.

Community
  • 1
  • 1
Alex Bauer
  • 13,147
  • 1
  • 27
  • 44