Is it possible to include ObjectiveC header files using a Bridging-Header file to Xcode Playground?
Asked
Active
Viewed 1,333 times
1 Answers
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