Wednesday, March 05, 2008

To all you aspiring Cocoa developers....

If you want to make a private framework, you need to remember to set the install path for it to @executable_path/../Frameworks. Just copying it into your bundle isn't good enough. Otherwise your app is going to think it's in (~)/Library/Frameworks once you package it up and give it to other people.

In related news, PandoraBoy 0.5.1a is now released.

1 comments:

clubjuggler said...

*chuckle* :-)

Nothing like finding out the hard way, eh?