I've just started learning Cocoa and have started a small MySQL-based
project to help me learn it. The problem I have is in packaging it up
for distribution. I want to give it to several friends for testing but
I don't seem to be able to package the framework in the bundle so that
it will work straight out of the email. Can someone please guide me or
point me towards relevant documentation for distributing a framework
with an app?
Thanks.
--
Stuart
Hi Stuart,
Sorry to come to you so late, maybe you already got some answer?
My answer would be the following:
1. Use the SMySQL_fully_embeded target for the framework
2. In your application target, add a Copy Files build phase. Set it to
copy the build framework to Frameworks (cf. image)