Xcode 4.3 开发者预览版 2:与旧版 iOS SDK 的兼容性
我在一家测试公司工作,使用 xcode 获取崩溃和控制台日志以进行测试。 我目前在 Snow Leopard (10.6.8) 上有 Xcode 4.2 发布版本 (4C199)。
我有从 iOS 3.1.3 到 5.1 beta 2 的苹果设备。但是在当前版本的 Xcode 上,我无法从 iOS 5.1 beta 2 设备获取日志。其余设备显示控制台日志没有任何问题。
我的问题是,
升级到 Xcode 4.3 后,是否仍然可以从具有较旧 iOS 版本(如 3.1.3 或 4.2.1)的设备获取没有任何兼容性相关错误的日志?
I work in a testing company and use xcode for obtaining crash and console logs for testing purposes.
I currently have Xcode 4.2 released version (4C199) on a Snow Leopard (10.6.8).
I have apple devices ranging from iOS 3.1.3 till 5.1 beta 2. But on current version of Xcode, I cannot obtain logs from the iOS 5.1 beta 2 device. Rest of the devices show console logs without any problem.
My question is,
After i upgrade to Xcode 4.3, will it still be possible to obtain logs without any compatibility related errors from devices with older iOS versions like 3.1.3 or 4.2.1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定,我们不应该在 Apple 开发者论坛之外讨论测试版细节,但我知道您通常可以采取哪些措施来避免新版本的兼容性问题。每当我安装 Xcode beta 时,我都会将其安装在自定义目录(Developer 除外)中,以便我的新旧版本可以共存。
I am not sure and we shouldn't discuss beta specifics outside of Apple's developer forums, but I know what you can do in general to avoid compatibility issues with new versions. Whenever I install an Xcode beta I install it in a custom directory (other than Developer) so that my old and new versions can coexist.