开发者

Xcode 4 debugger don't show logs in All Outputs for iOS 4.3 SDK

I installed the release of Xcode 4 + latest 4.3 iOS version on iPhone. In previous version (GM Seed) I could see logs I printed with NSLog func开发者_如何学编程tion. In this version I cannot see them. Did somebody run into such a problem and how to solve it?

Thanks,

Nava


Do you mean that NSLog is not producing output in the debug area (Command+Shift+Y) of Xcode? If so, ensure that you have "All Output" and "Show the Variables View and the Console" (middle button of three on right) selected, otherwise you may not be seeing the output.


Well, the problem with this one is exactly the same as with its previous versions. In Developer/Platforms/iPhoneOS.platform/DeviceSupport there are missing files in the folder of 4.2.1, 4.3, 4.3.1. Missing files are always the same - just compare these folders with 4.2 for instance and there is a dns.so file, that should be included to Symbols/usr/lib/info folder. If you don't have all these no chance to debug with device or see logs.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜