开发者

Is there a way to view console output when testing an app on an ipad?

开发者 https://www.devze.com 2023-03-27 06:48 出处:网络
I am trying to debug开发者_如何学运维 an app I have made which uses an accessory which goes into the connector slot.Therefore, if I want to test the app with the accessory, I cannot connect the iPad t

I am trying to debug开发者_如何学运维 an app I have made which uses an accessory which goes into the connector slot. Therefore, if I want to test the app with the accessory, I cannot connect the iPad to my computer at the same time. Some issues are arising and it would be nice to get some sort of feedback as to what is happening but without the connection to xcode I am blind.

Any help would be appreciated.


When not connected to the debugger, your NSLog-ed messages go to device's console which you can see when you connect the device later and click on it's console tab in Xcode organizer.

0

精彩评论

暂无评论...
验证码 换一张
取 消