• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Adding dynamic library to application folder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding dynamic library to application folder


  • Subject: Re: Adding dynamic library to application folder
  • From: Wade Williams <email@hidden>
  • Date: Fri, 30 Jan 2004 09:14:27 -0600

On Jan 30, 2004, at 1:53 AM, Hire wrote:

Hello

I have one sample application using XCode.This sample depends
on dynamic library. I would like to copy this dynamic library
in application bundle in MacOS whenever I build application.


Yes.

Add a new build phase to the target of type "Copy Files". The destination popup should be set to "Frameworks". The path field should be left blank.

Then, drag the file into the Copy Files build phase on the left-hand side of your project window.

The dynamic library will need to have its install path set to "@executable_path/../Frameworks/<dynamic library name>" (where <dynamic library name> is the name of the library).

Wade
_______________________________________________
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.

References: 
 >Adding dynamic library to application folder (From: "Hire" <email@hidden>)

  • Prev by Date: Adding dynamic library to application folder
  • Next by Date: Usage of .gdbinit to automate xcode gdb configuration
  • Previous by thread: Adding dynamic library to application folder
  • Next by thread: Usage of .gdbinit to automate xcode gdb configuration
  • Index(es):
    • Date
    • Thread