问题描述: The dependency `FMDB` is not used in any concrete target

解决办法:

官网是这样给推荐的: 
在创建Podfile的时候,用这种格式使用,

platform :ios, ‘8.0'

target 'MyApp' do  

pod 'AFNetworking', '~> 2.6’  

pod 'ORStackView', '~> 3.0’  

pod 'SwiftyJSON', '~> 2.3'

end

里面的 MyApp 记得替换为自己工程里面的target名称

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2021-09-18
  • 2022-01-20
  • 2021-05-22
  • 2021-09-09
  • 2021-06-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案