在设备上安装构建时出现 iPhone 警告

发布于 2024-08-17 09:57:30 字数 239 浏览 4 评论 0原文

嗨,我是新用户...... 当我在设备中安装构建时,我收到警告:无法读取“”/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 技术交流群。

扫码二维码加入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:

  • build the release configuration and install that on the device
  • connect the device to the computer where you're developing, choose "Device" as the target platform and run

The first eliminates the need for debug symbols; the second should install them along with the app package.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文