可能是一个愚蠢的问题.在调试模式下在设备上运行我的项目时,我收到很多警告,并带有以下字符串:
Probably a silly question. When running my project on the Device in the debug mode I get a lot of warnings al having the following string:
警告:无法读取符号/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1(8C148a)/符号/系统/库/PrivateFrameworks/
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/Symbols/System/Library/PrivateFrameworks/
我认为这是由于4.2.1"和(8C148a)"之间的空格.我怎样才能摆脱它?它必须是 Xcode 中某处的设置.
I think its due to the space between "4.2.1" and "(8C148a)". How can i get rid of it? It must be a setting somewhere in Xcode.
我在模拟器上没有这些警告.
I dont have these warnings on the simulator.
提前感谢,克里斯蒂安
我在 4.2.1 (8C148a) 中遇到了这个问题,我认为这是由手机和 XCode 中的不同 DeviceSupport 文件引起的.我尝试了很多事情,但最终通过删除此文件夹解决了它:
I had this issue with 4.2.1 (8C148a), which I believe is caused by differing DeviceSupport files on the phone and in XCode. I tried many things, but eventually resolved it by deleting this folder:
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/
在此之后,我插入了我的 iOS 设备并被要求从设备连接和恢复符号文件,它又可以正常工作了.
After this I plugged in my iOS device and was asked to connect and restore the symbol files from the device, and it worked normally again.
这篇关于iphone sdk 4.2.1 的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!