Home > cocoa, PandoraBoy > Private Frameworks’ install path

Private Frameworks’ install path

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.

Categories: cocoa, PandoraBoy Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.