loadNibFile - nib 文件未加载

发布于 2024-10-20 14:01:26 字数 382 浏览 1 评论 0原文

有没有办法查询为什么 nib 文件无法加载?结果只是“是”或“否”: http://developer.apple.com/library/mac/#documentation/cocoa/reference/ApplicationKit/Classes/NSBundle_AppKitAdditions/Reference/Reference.html

谢谢,

埃里克

Is there a way to query why a nib file could not load? The result is simply YES or NO: http://developer.apple.com/library/mac/#documentation/cocoa/reference/ApplicationKit/Classes/NSBundle_AppKitAdditions/Reference/Reference.html.

Thanks,

Eric

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再让梦枯萎 2024-10-27 14:01:26

无法加载 NIB 可能有多种原因(实例和插座之间的连接不良、未找到文件等)。

在命令行上运行应用程序(通过终端应用程序)可以向您显示一些警告/错误日志并帮助您诊断问题。

如果您的应用程序是 namd CocoaApp 并位于 Desktop 文件夹下,则在终端应用程序中键入的命令将为:

gt; cd Desktop
gt; ./CocoaApp.app/Contents/MacOS/CocoaApp

There can be several reason why a NIB could not be loaded (bad connections between instances and outlets, file not found, etc).

Running the application on the command-line (via the Terminal application) can show you some warning/error logs and help you diagnose the problem.

If your application is namd CocoaApp and located under your Desktop folder, then the commands to type into the Terminal application will be:

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