Update code to use Cocoa Touch framework instead of iOS Universal Framework

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".

+5
source share
1 answer

We have a process that we put together, and many people use. There are step-by-step instructions that we shared on our blog.

You can find them here: https://kodmunki.wordpress.com/2015/03/04/cocoa-touch-frameworks-for-ios8-remix/

0
source

Source: https://habr.com/ru/post/1202840/


All Articles