With the release of Xcode6, Apple has provided a new feature that we can create the "Cocoa Touch Framework" from Xcode itself. Earlier we used the iOS Universal Framework. I want to know how we can update our code to use the "Cocoa Touch Framework" and not the "iOS Universal Framework".
source share