Reputation: 829
CocoaPod will help to create frameworks, if we adopt "use_frameworks!" in the Podfile. These frameworks are located in ${BUILD_STYLE}-${PLATFORM_NAME} So I have 4 instances of the same framework:
Debug-iphoneos
Release-iphoneos
Debug-iphonesimulator
Release-iphonesimulator
How to build the universal framework with cocoaPods ??
Upvotes: 2
Views: 869