Article:
 |
|
Plug It In, Plug It In
|
| Subject: |
|
Can't build bundle - fixed - new compile error |
| Date: |
|
2002-10-20 19:23:36 |
| From: |
|
johnts
|
Response to: Can't build bundle
|
|
It turns out, my error was I had the wrong target set when I created the new Copy Files section - it was trying to copy itself...I changed that and that compiled.
However (I still haven't done the second part of the article) I'm getting a compile warning:
AImageView.m: In function `-[IAImageView validateScrollers]':
IAImageView.m:34: warning: initialization from incompatible pointer type
At this line in the validateScrollers: method:
NSScrollView *scrollView = [[self superview] superview];
?????
|
Showing messages 1 through 2 of 2.
-
ran through article again with my own BlackAndWhite plugin
2002-10-21 14:45:05
psheldon
[View]
-
Can't build bundle - fixed - new compile error
2002-10-21 09:57:57
psheldon
[View]
That was heartening. It meant I could study a column after going through the struggle and not have to struggle so hard. It is important to review fundamentals and getting the confidence that I didn't have to struggle so hard as the first time was like a liberation.
I think I had to add to Build Phases Frameworks & Libraries something beyond the column :
AppKit.Framework.
But, Mike didn't have to add that in his project, so I must have done something else. It is hard to keep track of what I did right, even after recapitulating most everything.
At one point copyfiles was on the wrong target and the right one for a long path recursion that log got confused about. I don't recall doing that mistake again.