升级到 XCode 4.2 后 xcactivitylog 中版本不匹配
我升级到 XCode 4.2,并在运行命令行构建时收到以下警告
2011-10-22 20:16:39.327 xcodebuild[71845:1903] [MT] IDELogStore:无法打开构建日志存储:错误 Domain=IDEFoundationErrorDomain Code=1“由于版本号不匹配,日志反序列化失败”用户信息=0x4011105e0
构建继续成功。 另外,从 XCode 运行时不会出现此类警告。
我该如何修复它?
I upgraded to XCode 4.2 and am getting the warning below while running command line builds
2011-10-22 20:16:39.327 xcodebuild[71845:1903] [MT] IDELogStore: Failed to open Build log store: Error Domain=IDEFoundationErrorDomain Code=1 "deserialization of log failed because of a version number mismatch" UserInfo=0x4011105e0
The build continues to succeed.
Also, there's no such warning while running from XCode.
How do I fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我也遇到了这个问题,并且能够通过清理我的项目、删除
~/Library/Developer/Xcode/DerivedData/MYAPP
然后重建来解决它。I had this problem too and was able to resolve it by cleaning my project, removing
~/Library/Developer/Xcode/DerivedData/MYAPP
and then rebuilding.