Growl-WithInstaller.framework not working on Xcode4

These are my steps

I downloaded the latest Growl sdk file and put the Growl-WithInstaller.framework file in the / Frameworks folder.

  • Drag the Grow-WithInstaller.framework directory into the "Framework" in the project, copy the elements to the destination folder ...

  • I see Growl-WithInstaller.framework in "Summary" → Related Structures and Libraries Marked as Required

  • Then a new phrase of the Copy Files assembly was created. Drag Growl-WithInstaller.framework on the left side of the project navigator onto the column column. Set the destination to frames, and also set Copy only during installation.

Then I keep getting this error:

dyld: Library not loaded: @executable_path/../Frameworks/Growl-WithInstaller.framework/Versions/A/Growl-WithInstaller
  Referenced from:...  Reason: image not found

Did I skip any steps? Of course, if I copy Growl-WithInstaller.framework to / Libararies / Frameworks, then everything will be fine, but if I try to run the application on a Mac with the framework in / Lib, it will break.

Reference.

+3
source share
1 answer

Uncheck the box "Copy only during installation" so that it will not only copy during installation.

+8
source

All Articles