gpt4 book ai didi

ios - 'Podfile' 文件无效

转载 作者:行者123 更新时间:2023-11-29 05:38:54 25 4
gpt4 key购买 nike

我正在尝试 pod 更新,但收到此错误

[!] Invalid Podfile file: [!] Cannot set inheritance for abstract target definition

关于

target 'Project-IntegrationTests'
inherit! :search_paths
pod 'OCMock', '= 3.1.2'

最佳答案

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

并非所有标志都是强制性的。

关于ios - 'Podfile' 文件无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56757950/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com