xcode - how to use ".mm .cpp" files with Objective c project? -


i have downloaded static library example1, collection of files written .mm , .cpp extensions .

my own static library example2 written in objective c , has .m file extensions.

how can call example1 library example2 library?

i have read thing using header bridge, not know should exactly? there way use both libraries without header bridge? can 1 show me how example1 , example2?


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -