简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM