【发布时间】:2020-07-24 19:13:25
【问题描述】:
这是我的 podfile:
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
target 'changelater' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for changelater
pod 'Firebase/Analytics'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'FirebaseUI/Auth'
pod 'Firebase/Firestore'
pod 'Firebase/Functions'
pod 'ProgressHUD'
pod 'Kingfisher', '~> 5.0'
pod 'Stripe', '15.0.1'
pod 'Alamofire'
pod 'GooglePlaces'
pod 'GoogleMaps'
pod 'GooglePlacesSearchController'
pod 'GooglePlacePicker'
end
知道为什么我在更新后收到此错误吗?以及我该如何解决?我已经做了shift+command+K,但它没有帮助。
【问题讨论】:
-
您的 podfile 中有
platform :ios, '10.0',但您的应用似乎已配置为部署到 iOS 13 - 这会导致问题吗?
标签: swift xcode cocoapods mbprogresshud svprogresshud