Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a Bridging-Header to Xcode Playground?

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

like image 612
confile Avatar asked Nov 10 '22 15:11

confile


1 Answers

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.

like image 126
Diego Freniche Avatar answered Nov 14 '22 22:11

Diego Freniche