Xcode &引用;“未找到符号”;使用';耙装置';

Xcode &引用;“未找到符号”;使用';耙装置';,xcode,rubymotion,Xcode,Rubymotion,在任何RubyMotion项目上运行rake设备时,我都会遇到以下错误 *** symbols not found in `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.0': debugger might be slow to attach 如何修复此问题?设备支持/7.0文件夹中缺少Symbols文件夹 cd /Applications/Xcode.app/Con

在任何RubyMotion项目上运行
rake设备时,我都会遇到以下错误

*** symbols not found in `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.0': debugger might be slow to attach

如何修复此问题?

设备支持/7.0
文件夹中缺少
Symbols
文件夹

cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.0
sudo ln -s ../../Developer/SDKs/iPhoneOS7.0.sdk Symbols
之后,您的
7.0
文件夹中应该有以下符号链接

Symbols -> ../../Developer/SDKs/iPhoneOS7.0.sdk
这为我解决了问题


iOS 4.2.1 Xcode 4.3.2中也存在类似问题: