I\'ve created a working Cocoa framework which I wish to redistribute. The problem is however, it won\'t run outside of Xcode. I\'ve read something about @executable_pa
Are you actually copying the framework into your applications bundle? Look for the folder called MacOS which is what contains the binary. There should be another folder at the same level called Frameworks and it should have the framework inside it.
If it's not there you need to create a copy files build phase for the application that copies the framework into the Frameworks folder.