Hi all,
Now this is something funny. I created a cocoa project, build it and ran on my mac. It worked pretty well.
So for distribution I decided to create an archive : Xcode >> Products >> Archive
It was a success but to my surprise the archive was of Size ZERO.
Searched a lot and applied 2 things and VOILA it worked :P
Lets find the Solution
Now this is something funny. I created a cocoa project, build it and ran on my mac. It worked pretty well.
So for distribution I decided to create an archive : Xcode >> Products >> Archive
It was a success but to my surprise the archive was of Size ZERO.
Searched a lot and applied 2 things and VOILA it worked :P
Lets find the Solution
- Set the Installation Directory of the Target and its dependent targets as /Applications/
- Skip Install under Build Settings should be set to NO for the Target and all its dependent targets.