Wizard of Kneup
Wizard of Kneup

Reputation: 2183

How to choose embedded library over installed library?

My application embeds several binary libraries (.dylib), which are located in the Contents/Frameworks folder. However, when I execute the application tries to load already installed library versions over my embedded version.

How can I tell my application to use the embedded version? I am sure it must be simple but I wasn't able to find the answer. Thanks!

Upvotes: 2

Views: 64

Answers (1)

zeytin
zeytin

Reputation: 5643

Go to your project and click build phase section and extend Embed Frameworks section after change the Copy only when installing as ss below

enter image description here

Upvotes: 1

Related Questions