Debug Notification Extensions

前端 未结 9 884
感动是毒
感动是毒 2020-12-08 19:10

I\'m building a set of Notification Extensions (Service/Content). I\'m unable to connect to Xcode debugger or even log out to the device log or console.

Is there any

9条回答
  •  孤城傲影
    2020-12-08 19:59

    The only way that worked for me was to see logs. I use xcode 10.1. The logs were available from Window -> Devices and Simulators -> Choose your device -> click on 'Open Console'. This way i could see logs from extensions as well.

提交回复
热议问题