iOS 4.2.1缺少文件? [英] iOS 4.2.1 missing file?

查看:126
本文介绍了iOS 4.2.1缺少文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我第一次使用最新的xcode(3.2.5)和新的iOS(4.2.1),一旦我在我的设备上运行我的应用程序,就会收到下面的运行时错误:无法读取/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1(8C148)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib的符号( )文件未找到)。

有没有人有一个凝聚力的答案来解决这个问题?是的,我知道这个主题还有另外一个帖子,但是它没有取得任何进展,也没有明确的答案。

谢谢!

解决方案



  cd /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1(8C148)/ Symbols 

创建符号链接丢失:

  ln -s ../../4.2\\(8C134 \)/ Symbols / Developer / Developer 

它解决了我的问题。 b

我也会在另一个问题中发表。


This is the first time I've used the newest xcode (3.2.5) and the new iOS (4.2.1) and I'm getting the following run time error as soon as I run my application on my device:

Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).

Does anyone have a cohesive answer to fix this? And yes I know there is another post on this topic, but it has not made any progress and there is not a clear cut answer.

Thanks!

解决方案

What I just did to solve this problem was:

cd /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols

and created the symlink was missing:

ln -s ../../4.2\ \(8C134\)/Symbols/Developer/ Developer

It solves my problem.

I'll post it in the other question also.

这篇关于iOS 4.2.1缺少文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆