我在试着更新,但是我收到了这个错误
好了!无效的
Podfile文件:!无法为抽象目标定义设置继承
关于
target 'Project-IntegrationTests'
inherit! :search_paths
pod 'OCMock', '= 3.1.2'发布于 2019-06-25 17:34:59
platform :ios, '12.0'
inhibit_all_warnings!
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
def testPods
pod 'OCMock', '= 3.1.2'
end
target 'Project-IntegrationTests' do
testPods
end并非所有标志都是强制性的。
https://stackoverflow.com/questions/56757950
复制相似问题