| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Jan 30, 2008, at 3:40 AM, Daniel Luis dos Santos wrote: i have a project that was created as a bundle. I then read the documentation on bundles and figured out that it wasn't the kind of product that I wanted. I wanted a dynamic library. I then changed the mach-o type to dynamic library in the target's build settings. If you have a dynamic library target and a target that's a client of that library, you need to perform three separate, independent, but required steps: 1) Add the library's target to your client target dependencies, to make sure it's up to date at link time 2) Add the library itself to your client target, to actually link to it 3) Add the library itself to a Copy Bundle Resources or Copy Files build phase, so your client finds the dylib at runtime Yes, it would be nice if Xcode did all three at once. Chris |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden This email sent to email@hidden
| References: | |
| >Link problem (From: Daniel Luis dos Santos <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.