小编sar*_*pol的帖子

iPhone5s(iOS 7)中的Xcode 6故事板屏幕大小错误但不是(iOS 8)

我使用swift创建了一个使用xcode 6.0.1的新项目,并将部署目标设置为iOS 7.0.

iOS7中的iPhone 5s的屏幕尺寸是错误的 - 它不应该有任何黑色空格.

iPhone 5S中的黑色空间

storyboard ios7 xcode6

22
推荐指数
3
解决办法
1万
查看次数

Xcode 6.1.1在设备上运行慢"复制Swift标准库"

我使用单视图应用程序创建新项目并在设备上运行(iPhone 5s)

产品>清洁和产品>运行

使用Swift需要76秒

使用ObjC需要12秒

Swift或我的电脑出了什么问题?

deployment performance xcode ios swift

6
推荐指数
1
解决办法
1829
查看次数

gRPC-Core 1.14.0 和 1.14.1 的 pod 更新问题

我的 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 cocoapods firebase google-cloud-firestore

6
推荐指数
1
解决办法
9398
查看次数