| Article: |
BYOB: Build Your Own Browser, Part 2 | |
| Subject: | Two Problems | |
| Date: | 2005-07-13 19:52:39 | |
| From: | valiantsoul | |
| Well other than the obvious problem with the homepage declarations, I would like to note that at least in XCode 2.1, MyDocument in IB is a subclass of NSDocument which is a subclass of NSObject, not MyDocument being a subclass of NSObject. Also as I stated on someone else's reply, it seems to crash every so often - any thoughts? | ||
Showing messages 1 through 1 of 1.
-
Two Problems
2005-07-14 06:33:47 Andrew Anderson | [View]



Also, WebKit has definately changed. I believe it is now on revision 4.12.1, which would account for some of the strange compilation issues that you talk about in other posts. I believe the fix of including WebKit.h, forces inclusion of all the WebKit framework header files.
In terms of the crashes, a thousand things could get it to crash on occasion. I think the debugger is the best way to go to figure it out. If I had to guess, I would say that it is probably caused by WebKit trying to access one of the delegates after it has been either disregarded or set to nil.
Sorry that I do not have more specific answers, I have not tried to upgrade the BYOB browser to the latest webkit or Tiger yet.
Andrew