Growl-WithInstaller.framework keep failing on Xcode4
These are my steps
I downloaded the latest Growl sdk and put the Growl-WithInstaller.framework in the /Frameworks folder.
开发者_C百科Drag & drop Grow-WithInstaller.framework directory to "Framework" in project, Copy Items into destination folder...
I see Growl-WithInstaller.framework in "Summary" -> Linked Frameworks and Libraries, marked as Required
Then created a new build phrase, Copy Files. Drag Growl-WithInstaller.framework from the left side of the Project navigator to it the column row. Set Destination to Frameworks and also set Copy Only when installing.
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 missed any steps? Of course if I copy the Growl-WithInstaller.framework to /Libararies/Frameworks, then everything works fine, but if I try to run the app in a Mac with the framework in the /Lib, then it will break.
Help.
Uncheck "Copy only when installing" so it doesn't only copy when installing.
精彩评论