I have created a set of model classes used by my iphone app. I am trying to separate them into a new project and create a framework to make it reusable in my other projects?
Is this possible?
It looks like xcode only allows creating frameworks for Mac OS X. Any idea what type of project i should create to achieve this goal?