我一直在创建一个具有默认开发目标的项目(我相信它是 11.1)。无论出于何种原因,我认为将开发目标降低到 10.0 是个好主意,这会产生 36 个错误,其中大部分是我的类无法识别我正在导入的 pod。
我不记得最初的目标,但我想知道在不破坏我的 cocoapod 集成的情况下降低我的开发目标是否可能甚至可行。在这种情况下,我没有在我的 podfile 上设置全局平台:
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'My Project' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Chris Heria
有小费吗?