我使用swift创建了一个使用xcode 6.0.1的新项目,并将部署目标设置为iOS 7.0.
iOS7中的iPhone 5s的屏幕尺寸是错误的 - 它不应该有任何黑色空格.

我使用单视图应用程序创建新项目并在设备上运行(iPhone 5s)
产品>清洁和产品>运行
使用Swift需要76秒
使用ObjC需要12秒
Swift或我的电脑出了什么问题?
我的 Podfile 看起来像这样
platform :ios, '11.2'
target 'live-quiz' do
use_frameworks!
pod 'Fabric'
pod 'Crashlytics'
pod 'Kingfisher'
pod 'Alamofire'
pod 'youtube-ios-player-helper'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
pod 'Firebase/Database'
pod 'Firebase/Messaging'
pod 'Firebase/Storage'
pod 'CodableFirebase'
pod 'FBSDKLoginKit'
pod 'CountryPickerSwift'
pod 'lottie-ios'
pod 'SwiftySound'
end
Run Code Online (Sandbox Code Playgroud)
之前我可以毫无问题地运行 pod update,但今天运行 pod update 之后
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Firebase/Core":
In Podfile:
Firebase/Core
Specs satisfying the `Firebase/Core` dependency were found, but they required a higher minimum deployment target.
CocoaPods …Run Code Online (Sandbox Code Playgroud) ios ×2
cocoapods ×1
deployment ×1
firebase ×1
ios7 ×1
performance ×1
storyboard ×1
swift ×1
xcode ×1
xcode6 ×1