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

后端 未结 7 1521
陌清茗
陌清茗 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:04

    Do not stop & start the debugger while notification windows is open in the simulator. Close the notification window. Stop the debugger. Start it again. Debugging widget in iOS8 is very delicate. You need to do everything in a slow non-agressive way (for now).

提交回复
热议问题