English 中文(简体)
OSa App on OS X 10.6
原标题:Debugging WebVIew in Cocoa App on OS X 10.6

我正在以Xcode 4为对象,设计一个非常简单的可可包。

基本上,这封信载有一个装上外部的URL的网页。 该台为这一网页制作了一个简单的台式包。

这些发射器开始装上URL,但像某些框架一样,没有装上(整个页面装载)。 该网页通过Safari观看时,可处以罚款。

涂料显示任何错误,尽管我不清楚我是否应该专门听取网络Kit的错误。

因此,我的问题是,是否有人建议采取类似做法来处理这个问题? 基本上,在什么地方,一个网页没有像人们所期望的那样放在一个可可 app的网上电文中?

我找到了一种解决办法,使你能够使用网上监察员。

是否有办法利用来自可可网的网页检查员?

我还解决了我的问题,这些问题涉及显示服务器期望的用户代理人的不同。

问题回答

通常,在类似情况下,最好的办法就是尽可能减少试办案,同时继续复制。 例如,你可以尝试简化和缩短你重新装货的页数,以确定是否有引发这一问题的部分标记。 你可以尝试简化你的申请,以确定你的部分申请是否引起问题。 因此。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签