使用旧iOS版本的CoCoapod上的框架

使用旧iOS版本的CoCoapod上的框架,ios,xcode,frameworks,cocoapods,Ios,Xcode,Frameworks,Cocoapods,当我运行pod安装时Cocoapods框架指的是iOS 8.3,我找不到方法将其更改为iOS 9 --屏幕截图 我目前正在使用Xcode 7。我的播客文件: platform :ios, '9.0' #source 'https://github.com/CocoaPods/Specs.git' # ignore all warnings from all pods inhibit_all_warnings! xcodeproj 'Conversa' link_with 'Conver

当我运行pod安装时Cocoapods框架指的是iOS 8.3,我找不到方法将其更改为iOS 9

--屏幕截图

我目前正在使用Xcode 7。我的播客文件:

platform :ios, '9.0'

#source 'https://github.com/CocoaPods/Specs.git'

# ignore all warnings from all pods
inhibit_all_warnings!

xcodeproj 'Conversa'

link_with 'Conversa', 'ConversaTests'

pod 'AFNetworking', '~> 2.5'
pod 'JSQMessagesViewController', '~> 7.2.0'
pod 'JSQSystemSoundPlayer', '~> 2.0'
pod 'CocoaLumberjack'
pod 'Fabric'
pod 'Crashlytics'
#pod 'UIActionSheet+Blocks'
pod 'UIAlertView-Blocks'
pod 'YapDatabase/SQLCipher'
pod 'JVFloatLabeledTextField'
pod 'CRToast', '~> 0.0.7'
#pod 'Mantle', '~> 1.4'
#pod 'Navajo', '~> 0.0'
pod 'Appirater'
pod 'SIAlertView'
pod 'GCDWebServer', '~> 3.0'

我也面临同样的问题。你有什么解决办法吗?