CocoaPods 报错 [!] The dependency `JSONModel (~> 1.2.0)` is not used in any concrete target.

时间:2023-03-08 17:04:00

  

当用CocoaPods  pod install 时出现了下面的错误时:

p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #c33720 }
span.s1 { }

[!] The dependency `JSONModel (~> 1.2.0)` is not used in any concrete target.

The dependency `MJExtension (~> 3.0.10)` is not used in any concrete target.

在创建Podfile的时候,使用下面的格式:

p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; min-height: 13.0px }
p.p2 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo }
span.s1 { }

platform :ios, '7.0'

target 'text' do

pod 'JSONModel', '~> 1.2.0'

pod 'MJExtension', '~> 3.0.10'

end

里面的 'text' 需要替换为自己创建的工程名字。

然后执行pod install / pod update 就可以了。

p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; min-height: 13.0px }
p.p2 { margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #c33720 }
span.s1 { }