ios – 无法从此设备复制符号

我尝试使用MAC OS X Mavericks为iOs开发应用程序,但我还没有购买mac,我将其虚拟化.
下载并安装 Xcode 6.1后,我在iOs 8.1上连接我的iPad 2但是,当我的电脑“复制符号文件”时,我很长一段时间后都出错了.
错误

Unable to copy symbols from this device This device has a version of iOs different from that of this installation of Xcode. In order to
copy the information needed to work with this device,Xcode must be
run by a user with read/write access to:
“/Users/Lortedo/Library/developer/Xcode/iOS DeviceSupport/8.1
(12B410)/Symbols/usr/lib/dyld”

我一直在文件夹中,我看到文件夹dyld不在这里.所以我手动创建它.我已经为所有提到的文件夹提供了chmod 777.

谢谢 :)
Lortedo

解决方法

检查你的硬盘.就我而言,它只是满满的.删除东西并获得一些可用空间后,它对我来说很好.

相关文章

UITabBarController 是 iOS 中用于管理和显示选项卡界面的一...
UITableView的重用机制避免了频繁创建和销毁单元格的开销,使...
Objective-C中,类的实例变量(instance variables)和属性(...
从内存管理的角度来看,block可以作为方法的传入参数是因为b...
WKWebView 是 iOS 开发中用于显示网页内容的组件,它是在 iO...
OC中常用的多线程编程技术: 1. NSThread NSThread是Objecti...