NSLog 是否在 ipod / iphone 中执行?
NSLog 在 iPod/iPhone 中执行吗?我已经用谷歌搜索了..找不到任何东西..
Does NSLog executes in iPod/iPhone ? i have googled it .. could'nt find anything..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,它的工作方式与在桌面上完全相同。
您可以在 Xcode 运行日志中查看结果,如果未附加 gdb,则可以在 iPhone 的控制台日志中查看结果。 Xcode 管理器有一个选项卡,显示设备控制台日志。
Yes, it does work exactly like on the desktop.
You can see the results in your Xcode run log or, if gdb is not attached, in the console log of your iPhone. The Xcode organizer has a tab which shows the devices console log.
据我所知 NSLog 确实在 iPhone 上执行。您可以在连接设备的情况下从 XCode 中的 Organizer 窗口访问输出(检查 Console 选项卡)。
As far as I know NSLog does execute on the iPhone. You can get access to the output from the Organizer window in XCode with your device attached (Check the Console tab).
是的,NSLog 适用于 iphone/ipod/ipad。
Yes, NSLog works for iphone/ipod/ipad.