3

I'm trying to set up a playground for a Swift framework I'm working on. I've followed the steps in this answer but trying to access members of the framework stops playground execution and throws:

Playground execution failed: error: Couldn't lookup symbols:
__symbol1...
__symbol2...
...

I've made sure that the members are public. I can import the module itself and Xcode even shows code completion for the members, but the playground itself won't run because of the error.

Community
  • 1
  • 1
Noah
  • 1,329
  • 11
  • 21
  • I tried putting together a sample and don't seem to be getting the error anymore. I'll update my question if the issue returns. – Noah Oct 19 '16 at 15:21

0 Answers0