XCode CW Project problems
XCode CW Project problems
- Subject: XCode CW Project problems
- From: Roger Kemper <email@hidden>
- Date: Sun, 21 Dec 2003 12:24:16 -0800
I'm a very recent convert to Xcode and I'm having some problems.
Converted a CodeWarrior project to Xcode and the project was running
fine except that XCode was recompiling everything when I touched a
single source file w/no dependencies. We converted to XCode at an Apple
workshop and they diagnosed the problem as a minor bug in XCode caused
by a special character in one of my source code pathnames ("" for
"f"). Something to do w/the filetype and the special character. We
removed the special character and adjusted a bunch of the filetypes
(major pain) and it didn't seem to help. Plus now I'm getting the
following error when I attempt to run the App...
ZeroLink: unknown symbol '__ZN12CToolBarView17UpdateToolBarViewEv'
Viz beta has exited due to signal 6 (SIGABRT).
Looks like ZeroLink is turned off in the project.
I decided it might be easy to build a new project and re-import all the
files so I could avoid the path reference problems. This project builds
correctly after touching a file but the result is some generic
Application w/a single window and 3 menus. The Application window says
"About Foo". I tried to match the settings of the CW project but
apparently something is different. Is the window I'm seeing some kind
of console?
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.