Re: Loading .dylib problem

2015-07-01 Thread Graham Cox
Thanks, that really helps - I never really understood what was happening with this - I do now. Indeed I had the ‘Installation Directory’ set incorrectly for the Debug version of the library. Working fine now! —Graham > On 2 Jul 2015, at 1:38 pm, Greg Parker wrote: > > Check the install name

Re: Loading .dylib problem

2015-07-01 Thread Greg Parker
> On Jul 1, 2015, at 7:55 PM, Graham Cox wrote: > > Hi all, > > I’m developing an app that includes a .dylib within its own resources. For > convenience I’m locating this in the /Frameworks subdirectory. I added a File > Copy to the Build Phases to copy the library there, and I confirm it’s b

Loading .dylib problem

2015-07-01 Thread Graham Cox
Hi all, I’m developing an app that includes a .dylib within its own resources. For convenience I’m locating this in the /Frameworks subdirectory. I added a File Copy to the Build Phases to copy the library there, and I confirm it’s being done in both debug and release builds. I also added the