Interface Builder Palette error
Interface Builder Palette error
- Subject: Interface Builder Palette error
- From: Jeff LaMarche <email@hidden>
- Date: Tue, 30 Aug 2005 15:05:27 -0400
I'm using Xcode 2.1, and am playing around with palettizing an NSView
I've written. Everything is compiling fine, but I'm getting the
following error when I build. This happens in both debug and release
configurations.
Here is the text of the error:
Command /usr/bin/gcc-4.0 failed with exit code 1
/usr/bin/ld: can't locate framework for: -framework
SWSpiralViewFramework
collect2: ld returned 1 exit status
and here is the command that generated the error:
Ld /Users/jeff/Library/Palettes/SWSpiralView.palette/Contents/MacOS/
SWSpiralView normal ppc
mkdir /Users/jeff/Library/Palettes/SWSpiralView.palette/Contents/
MacOS
cd /Users/jeff/dev/SWSpiralView
/usr/bin/gcc-4.0 -o /Users/jeff/Library/Palettes/
SWSpiralView.palette/Contents/MacOS/SWSpiralView -L/Users/jeff/dev/
SWSpiralView/build -F/Users/jeff/dev/SWSpiralView/build -filelist /
Users/jeff/dev/SWSpiralView/build/SWSpiralView.build/Release/
SWSpiralView.build/Objects-normal/ppc/SWSpiralView.LinkFileList -
framework Cocoa -framework SWSpiralViewFramework -framework
InterfaceBuilder -arch ppc -bundle -bundle
Does anyone have any thoughts as to what may be happening? I was a
little surprised to see that gcc4.0 is being used - gcc 3.3 gets used
for my other projects, and I haven't done anything intentionally to
switch to gcc 4.0.
Any help is appreciated. Thanks,
Jeff
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden