欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

xcode中创建pod target

程序员文章站 2024-03-24 13:03:46
...

命令行,先到project的目录

pod init

会在目录下生成podfile,打开podfile,在target ‘name’ do 下面写上要pod的东西,如pod 'OpenCV', '~> 3.3'

之后再pod install,会自动生成pod target

相关标签: xcode