遇到 NSURLErrorDomain -999 该怎么办?

发布于 2024-12-02 05:32:09 字数 560 浏览 2 评论 0原文

可能的重复:
如何修复 NSURLErrorDomain 错误 -999在iPhone 3.0操作系统中

我有一个iPhone应用程序,使用Jqtouch和phonega,p框架构建,成功制作并多次提交到应用程序商店。然后我更新到新的phonegap1.0.0,然后开始收到与名为 webview 的内容相关的错误。最终建议创建新的 xcode 项目并将旧的 www 文件夹导入其中。现在不再有错误,但应用程序陷入循环并出现错误 NSURLErrorDomain 错误 -999。 应用程序加载然后开始在屏幕之间疯狂闪烁,并且调试器无休止地重复:

2011-08-31 16:55:13.520 MyIphoneApp[16657:207] 无法加载网页并出现错误:操作无法完成。 (NSURLErrorDomain错误-999。)

Possible Duplicate:
How do I fix NSURLErrorDomain error -999 in iPhone 3.0 OS

I have an iphone app, built with Jqtouch and phonega,p framework successfully made and submitted to the appstore several times. Then I updated to the new phonegap1.0.0, and then started getting errors related to something called webview. Eventually was advised to create new xcode project and import the old www folder into it. There are now no more errors but the app gets stuck in a loop with the error NSURLErrorDomain error -999.
The app loads then starts flashing wildly between screens and the debugger repeats endlessly:

2011-08-31 16:55:13.520 MyIphoneApp[16657:207] Failed to load webpage with error: The operation couldn’t be completed. (NSURLErrorDomain error -999.)

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

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

发布评论

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

评论(1

捎一片雪花 2024-12-09 05:32:09

该错误号对应于 NSURLErrorCancelled 并表示资源的异步加载已被取消。

来源 基础常量参考 在developer.apple.com

That error number corresponds to NSURLErrorCancelled and means that the asynchronous load of the resource was cancelled.

Source Foundation Constants Reference at developer.apple.com

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