gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-04 22:29:01 25 4
gpt4 key购买 nike

我尝试在 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, did find Target_1, Target_2



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

错误

[!] Invalid Podfile file: [!] Unsupported options MyPlayground for target Target_1.



向 Playground 源添加依赖项的最简单方法是什么?

最佳答案

更新

作为:

Xcode 8.2



您不再需要将 pod 文件夹添加到资源中,只需像在项目中一样使用它即可。

例子:

Playground

Pre Xcode 8.1



感谢 Eric Aya ,我根据他的第一个建议找到了一个解决方案。

要将 CocoPods 框架添加到 Playground ,请执行以下步骤:
  • 将 pods 添加到您的 pod 文件并点击 pod install
  • 添加新的 Playground 文件
  • 单击您的 Playground 中的 Sources 文件夹
  • 点击 + 获取 Add Files to Sources
  • 添加你的 pod 文件夹,在我们的例子中是 HanakeSwift
  • 导入你的项目 pods 框架 import Pods_PodsPlayground
  • 构建并访问您的框架!

  • Step 3



    Step 3

    Step 4



    Step 4

    Step 5



    Step 5

    Step 6, 7



    Step 6, 7

    关于xcode - 如何将 CocoaPod 框架添加到 Xcode 8 Playground,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40338698/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com