Reputation: 2183
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
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
Upvotes: 1