异常 CPMessageException: (null) in uiwebview

Posted

技术标签:

【中文标题】异常 CPMessageException: (null) in uiwebview【英文标题】:EXCEPTION CPMessageException: (null) in uiwebview 【发布时间】:2012-08-11 13:08:27 【问题描述】:

我是 iPhone 新手,我正在尝试在 UIWebView 中打开 .doc 文件,我编写了以下代码

NSString *urlAddress = [[NSBundle mainBundle] pathForResource:[NSString stringWithFormat:@"%@.doc", docName] ofType:nil]; 

NSLog(@"in search the document url address: %@", urlAddress);

NSURL *url  = [NSURL fileURLWithPath:urlAddress];
NSURLRequest *requestObj  = [NSURLRequest requestWithURL:url];

[_webView loadRequest:requestObj];

应用程序没有崩溃,但它给了我以下信息:

EXCEPTION CPMessageException: (null)

并加载一个空白页

对这个问题有任何帮助吗?

【问题讨论】:

【参考方案1】:

查看这两个 SO 帖子: Reading Open-XML documents in ios any objective-c library to parse/read word documents?

【讨论】:

以上是关于异常 CPMessageException: (null) in uiwebview的主要内容,如果未能解决你的问题,请参考以下文章

解决 N 个皇后时的数组索引超出范围异常

new(std::nothrow) int[n] 抛出异常

如何使用 Mockery 在模拟方法的第 N 次调用中引发异常

hdfs目录存储最大文件数异常MaxDirectoryItemsExceededException

Android OkHttp 库:GET 请求 - 异常 EOFException:\n 未找到:大小 = 0 内容 =

右侧值不匹配的 Erlang 异常错误