Custom Framework and Linker Errors
Custom Framework and Linker Errors
- Subject: Custom Framework and Linker Errors
- From: Ian McGregor <email@hidden>
- Date: Fri, 28 Nov 2003 12:46:25 -0800
Hi Group,
I have my own framework with some pretty basic functions in them which
I have added into my xcode project. All has been going well with
builds, until this morning when I try to compile I get missing symbols
at the linking stage (ones from my custom framework).
My understanding was that when adding a custom (and embedded) framework
to a target in xcode, I should create a Copy Files phase and drag my
framework into this stage.
I found that by dragging my custom framework out of here, and into the
Frameworks & Libraries the errors went away. Where should I place
custom frameworks (which are to be embedded with the application)?
MyApp Target
> Headers
> Bundle Resources
> Sources
> Frameworks & Libraries
- Cocoa
- MY CUSTOM FRAME WORK here??
> Copy Files
- MY CUSTOM FRAMEWORK here also?
> Shell Script Files
Cheers,
Ian
_______________________________________________
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.