I\'m trying to make a dynamic framework for an iOS app. Thanks to the new version of Xcode (6) we can select a Cocoa Touch Framework when we create a new project and there i
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:
Hope it helps :)
UPDATE: Fixed an error in the gist where the paths in step #3 were incorrect. Thanks to Tokuriku!!
UPDATE In Xcode 7 and 8, click File>New>Target... and there select "Other" group to select Aggregate target