Phonegap-Xcode4-AppDelegate

发布于 2025-01-02 12:11:35 字数 223 浏览 0 评论 0原文

好的,所以我在 Xcode4 中运行这个手机间隙应用程序。最后在 iPad 模拟器上运行良好。我什至能够让它在真正的 iPad 设备上运行。然后,在将代码从 Xcode 下载到 iPad 几次后,它开始出现此错误:

int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");

该应用程序只是卡在那里。我对此很陌生,确实需要帮助。

ok, so I am running this phone gap app in Xcode4. It finally runs fine in an iPad simulator. I was even able to make it work in a real iPad device. Then after couple of times downloading the code from Xcode to iPad, it started giving me this error:

int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");

The app just gets stuck there. I am new to this and really need help with this.

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

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

发布评论

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

评论(1

水晶透心 2025-01-09 12:11:35

您可能遇到链接的 Phonegap 文件的问题。尝试进行清理,然后运行构建。

不幸的是,当应用程序在主线上失败时,它无助于调试错误。检查控制台并尝试点击继续按钮,看看是否会抛出更好的错误。

You may be having an issue with the linked Phonegap files. Try doing a clean and then a run build.

Unfortunately, when the app fails on the Main line it doesn't help to debug the error any. Check the console and try hitting the continue button to see if it throws a better error.

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