iphone sdk 4.2.1 的问题

2023-10-03移动开发问题
2

本文介绍了iphone sdk 4.2.1 的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

可能是一个愚蠢的问题.在调试模式下在设备上运行我的项目时,我收到很多警告,并带有以下字符串:

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 的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

硬件音量按钮更改应用程序音量
Hardware Volume buttons change in app volume(硬件音量按钮更改应用程序音量)...
2024-08-12 移动开发问题
10

Cocos2d - 如何检查不同层中对象之间的交集
Cocos2d - How to check for Intersection between objects in different layers(Cocos2d - 如何检查不同层中对象之间的交集)...
2024-08-12 移动开发问题
8

突出显示朗读文本(在 iPhone 的故事书类型应用程序中)
Highlight Read-Along Text (in a storybook type app for iPhone)(突出显示朗读文本(在 iPhone 的故事书类型应用程序中))...
2024-08-12 移动开发问题
9

Cocos2D + 仅禁用 Retina iPad 图形
Cocos2D + Disabling only Retina iPad Graphics(Cocos2D + 仅禁用 Retina iPad 图形)...
2024-08-12 移动开发问题
10

正确的 cocos2d 场景重启?
Proper cocos2d scene restart?(正确的 cocos2d 场景重启?)...
2024-08-12 移动开发问题
7

[ios.cocos2d+box2d]如何禁用自动旋转?
[ios.cocos2d+box2d]how to disable auto-rotation?([ios.cocos2d+box2d]如何禁用自动旋转?)...
2024-08-12 移动开发问题
7