user1168671
user1168671

Reputation: 13

How to add external framework to system library during launching of Mac application

I have Created a mail server using pantomime framework.My Appliction is running only in condition when i add pantomime Framework mannualy to /Libarary/Framework/ path of system. When i delete these framework from that path then my application crashed Is there any buildsetting in xcode are any other way to resolve these problem. Please provide me any suggestion. Thanks.

Upvotes: 1

Views: 148

Answers (1)

Mike K
Mike K

Reputation: 2227

you need to add a copy files build phase to the target which copies the framework to the Frameworks destination.

Upvotes: 1

Related Questions