6

Is it possible to include ObjectiveC header files using a Bridging-Header file to Xcode Playground?

Christophe
  • 68,716
  • 7
  • 72
  • 138
Michael
  • 32,527
  • 49
  • 210
  • 370

1 Answers1

1

I don't think so. Can't make a Playground recognize frameworks using import, even if this Framework is part of a project with the Bridging-Header correctly configured.

Diego Freniche
  • 5,225
  • 3
  • 32
  • 45