Unknown type name 'namespace' after install cocoapod

38 Views Asked by At

I have a pod and it runs successfully with the default objc project. It also compiles successfully on swift, but when I try to "import myPod" I get: enter image description here

My pod headers have c++ constructs in #imports in umbrella-header.h

I can add bridging-header.h and my pod will be visible without specifying "import myPod", but is it possible to do this without bridging-header.h? I don't want to use it

0

There are 0 best solutions below