在设备上安装构建时出现 iPhone 警告
嗨,我是新用户...... 当我在设备中安装构建时,我收到警告:无法读取“”/Users/sudharastogi/Documents/Kapil/iPhone Project Docs/Buy Me/build/Debug-iphoneos”/Buy Me.app/的符号买我”(未找到文件)......
您能帮我解决为什么会出现此警告......因为它会在使用该应用程序一段时间后导致问题。应用程序被挂起或 NIB 命名文件未找到错误开始出现。
hii i am new to user....
when i am installing the build in the device i am getting the warning: Unable to read symbols for ""/Users/sudharastogi/Documents/Kapil/iPhone Project Docs/Buy Me/build/Debug-iphoneos"/Buy Me.app/Buy Me" (file not found).......
Can you please help me out why this warning is coming...... as it causes problem later after some time using the app. The app gets hanged or the NIB named files not found error started coming.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这没有关系。 “符号”很可能意味着调试符号。 NIB not found 错误不应该因为缺少这些而发生。
为了缓解这种情况,请尝试以下方法之一:
第一个消除了对调试符号的需要;第二个应该将它们与应用程序包一起安装。
I don't think it's related. The "symbols", most likely, means debug symbols. NIB not found errors should not happen because of lack of those.
To alleviate, try one of the following:
The first eliminates the need for debug symbols; the second should install them along with the app package.