How to I import 3rd party frameworks into Xcode Playground?

后端 未结 6 893
轮回少年
轮回少年 2020-11-28 03:25

How do I import 3rd part frameworks into Xcode Playground?

Swift Playground obviously has a framework import mechanism because we can import Cocoa,

6条回答
  •  执笔经年
    2020-11-28 03:32

    I've written a tutorial covering import of custom frameworks in Beta 6

    In short, if you've got your playground and framework either in the same project or workspace, and your framework is built for 64 bits (even for iOS), they play very well together.

提交回复
热议问题