Xcode 6 iOS Creating a Cocoa Touch Framework – Architectures issues

Based on all the responses, the post on raywenderlich.com and the gist created by Chris Conway I came up with this. Executing the following steps I was able to build a Cocoa Touch framework (including Swift and Objective-C files) that contains all architectures for both simulator and device: Create a new (Aggregate) target in your … Read more

How to export “fat” Cocoa Touch Framework (for Simulator and Device)?

The actuality of this answer is: July 2015. It is most likely that things will change. TLDR; Currently Xcode does not have tools for automatic export of universal fat framework so developer must resort to manual usage of lipo tool. Also according to this radar before submission to AppStore developer who is framework’s consumer also … Read more