iOS 8 beta 5 Today view extension (widget) stuck at Waiting to Attach

后端 未结 7 1475
陌清茗
陌清茗 2021-02-15 10:55

I want to debug a today view extension (widget) in iOS 8, so I select the widget under \"Scheme\" in Xcode, and select my iPhone as the device and hit run. It says \"running tod

相关标签:
7条回答
  • 2021-02-15 11:22
    1. Edit the extension scheme and make sure that under Run, the Executable option is set to Ask on Launch.
    2. Run the extension scheme.
    3. From the list, select the Today executable.
    4. It should launch the Today app and your extension should be attached to the debugger now.
    0 讨论(0)
提交回复
热议问题