Re: Importing into Xcode
Re: Importing into Xcode
- Subject: Re: Importing into Xcode
- From: Sascha Kujawa <email@hidden>
- Date: Wed, 29 Oct 2003 17:12:17 +0100
A (hopefully!) quick question: I'm trying to upgrade an older project
builder project into Xcode so I can take advantage of the new
features. However, when I use the import dialogue to select this old
project, it's grayed out. Does anyone know how to properly select this
older project so I can upgrade it?
same over here...
apart from that, the import dialog box tells somethink about
being ProjectBuilder if I remember right... strange...
I simply copied my projects folder and renamed the .pbproj
to .xcode
But Open (instead of import) command works as well...
But I had big problems with my projects (target settings).
Solution:
I still have no idea what goes wrong when importing any of
my PB projects into XCode, but finally I had to create a
completely new target and now everything compiles and
links again without errors...
Problem:
ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
___gxx_personality_v0
the above is true when not using precompile, but when using it, I got:
cc1objplus:
/Users/skujawa/Projects/AudioBrowser_xcode/build/AudioBrowser.build/
AudioBrowser.build/PrefixHeaders/AudioBrowser_Prefix-ppc: No such file
or directory
Observations:
The original (imported) project builder target after looks liks the PB
target (cycles) Icon.
But a newly created xcode targed has the A(pplication) icon.
Old target's info only showed a few settings (2 tabs) and other
(ProjectBuilder-alike-) settings are still available via double-click
on the target.
New target's info lists much more settings (4tabs) and no settings
window appears when double-clicking on the target.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.