如何将CocoaPod框架添加到Xcode 8 Playground

如何将CocoaPod框架添加到Xcode 8 Playground,第1张

概述我试图在 Xcode项目中向Playground添加一些pod.不幸的是,自更新以来唯一支持的范围是目标,并且不再支持link_with. 错误: [!] Invalid Podfile file: [!] The specification of link_with in the Podfile is now unsupported, please use target blocks inste 我试图在 Xcode项目中向Playground添加一些pod.不幸的是,自更新以来唯一支持的范围是目标,并且不再支持link_with.

错误:

[!] InvalID Podfile file: [!] The specification of link_with in the Podfile is Now unsupported,please use target blocks instead.

当我使用目标块时,我收到此错误:

[!] Unable to find a target named MyPlayground,dID find Target_1,Target_2

要么:

[!] Unable to find a target named MyPlayground.playground,Target_2

还尝试在Target_1目标范围内添加它:

错误

[!] InvalID Podfile file: [!] Unsupported options MyPlayground for target Target_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所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1032700.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存