Convert Existing Xcode Project to Framework

I want to convert the entire (huge) Xcode application project to Framework - so that other applications can use another part of the project. It would be easier than starting a demonstration of the project (at least for now). How can i do this?

+7
ios frameworks xcode
source share

No one has answered this question yet.

See related questions:

1348
How to "add existing frames" in Xcode 4?
1300
Transferring data between view controllers
1276
How to disable ARC for a single file in a project?
981
How to download Xcode DMG or XIP file?
958
How to change iOS app name?
868
Xcode Error "Could not find disk image for developers"
818
Git ignore file for Xcode projects
560
Xcode 6 Error: Unknown class in Interface Builder file
545
Broken infrastructure iOS app on device, dyld: library not loaded, Xcode 6 Beta
220
Can I safely delete the contents of an Xcode Derived data folder?

All Articles