when i enable keyboard target extension on .m file then this controller give errors like Use of undeclared identifier. i am creating custom keyboard extension on swift and i want add objective c class on keyboard target extension like
when i disable custom keyboard like this
then app work proper but i required to enable extension target so, how can i solve this issue.
i already check bridging file and build phase in compile resource on both extension and host app target.
Thanks