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中创建pod target
-
Xcode同一Project创建多个target
-
Xcode中Target的使用 博客分类: ios xcodetarget
-
如何在kubernetes中创建Pod
-
如何创建一个Tab bar Application (xcode 4.2中或者代码的方式)
-
如何创建一个Tab bar Application (xcode 4.2中或者代码的方式)
-
k8s中pod sandbox创建失败"failed to start sandbox container"
-
如何在kubernetes中创建Pod
-
在xcode中创建初始化模板
-
Xcode中的Workspace、Target