Error running pod install with swift
问题 I followed the instruction from Cocoapods. Below is my Podfile: platform :ios, '8.2' pod 'SwiftyJSON', '~> 2.1' pod 'SwiftSpinner', '~> 0.6' pod 'Alamofire', '~> 1.1' pod 'SuperRecord', '~> 1.2' pod 'Toucan When I did pod install I got the following error: Pods written in Swift can only be integrated as frameworks; this feature is still in beta. Add use_frameworks! to your Podfile or target to opt into using it. Updated: Below is my console log: $ pod install Analyzing dependencies