错误:
[!] InvalID
Podfile
file: [!] The specification oflink_with
in the Podfile is Now unsupported,please use target blocks instead.
当我使用目标块时,我收到此错误:
[!] Unable to find a target named
MyPlayground
,dID findTarget_1
,Target_2
要么:
[!] Unable to find a target named
MyPlayground.playground
,Target_2
还尝试在Target_1目标范围内添加它:
错误
[!] InvalID
Podfile
file: [!] Unsupported optionsMyPlayground
for targetTarget_1
.
向Playground源添加依赖项的最简单方法是什么?
解决方法 UPDATE作为:
Xcode 8.2
您不再需要将pod文件夹添加到资源中,只需像在项目中一样使用它.
例:
Pre Xcode 8.1
感谢Eric Aya,我找到了一个基于他的第一个建议的解决方案.
要将Cocopods框架添加到Playground,请按照下列步骤 *** 作:
>将pod添加到pod文件并点击pod install
>添加一个新的Playground文件
>单击游乐场中的Sources文件夹
>单击“将文件添加到源”
>添加你的pod文件夹,在我们的案例HanakeSwift中
>导入项目pods框架导入Pods_PodsPlayground
>构建和访问您的框架!
Step 3
Step 4
Step 5
总结Step 6,7
以上是内存溢出为你收集整理的如何将CocoaPod框架添加到Xcode 8 Playground全部内容,希望文章能够帮你解决如何将CocoaPod框架添加到Xcode 8 Playground所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)