[Biococoa-dev] adding framework to project problem

Koen van der Drift koenvanderdrift at gmail.com
Sun May 29 17:53:27 EDT 2011


There must be something wrong with the settings in the BC framework. I
build the BC framework (the current release version 2.2), and copied
it to the Desktop. Then I took another framework (core-plot), and also
copied it to the Desktop.  I then created a fresh new test project,
and added either BC or CP to it. With CP, the app just launches fine;
with BC, it crashes with the same error.  I tried compiling older
versions of BC, but couldn't even compile those, since they target
older OS X versions.

Hopefully someone has an answer, this needs to be fixed in the trunk,
so we can release a new version. I'm clueless at this moment.

- Koen.


On Sun, May 29, 2011 at 1:35 PM, Koen van der Drift
<koenvanderdrift at gmail.com> wrote:
> All,
>
> This is driving me nuts. Just as a test case for the changes I am
> making, I am using the Example project Peptides. As is well documented
> all over the Internets, and I have done many times before, I added the
> Framework to the product from it's current location, which is in the
> branches->obj2->BioCocoa->build directory. And then add it in the
> project to the Copy Files build phase.
>
> I keep getting an error that dyld cannot find the image for the framework:
>
> dyld: Library not loaded:
> @executable_path/../Frameworks/BioCocoa.framework/Versions/A/BioCocoa
>  Referenced from:
> /Users/koenvanderdrift/Documents/Development/Projects/BioCocoa/Applications/Demos/trunk/build/Debug/Peptides.app/Contents/MacOS/Peptides
>  Reason: image not found
>
> I tried relative and absolute paths, but both give the error.
>
> Interestingly, if I copy the framework to /Library/Frameworks/ and
> link it into the project from that location, it works just fine. But I
> don't want to copy the framework there everytime I make some changes.
>
> So, what's going on, is this something new as well in Xcode 3?
> (3.2.6).  Has anyone tried this recently and ran into the same
> problem?
>
> As I said above, this is driving me nuts...
>
> - Koen.
>




More information about the Biococoa-dev mailing list