static libraries - Adding a library into a iOS project -


i installed mumblekit , use library in project. tried following instructions in page, copying mumblekit icon in new project not make appear in target dependencies, while adding whole project produces familiar errors due obsolete syntax of code used in library. how add library without having compile together?

thanks.

the procedure encompasses embedding mumblekit.xocodeproject main project verifying target , platform information present , subdirectory may opened. mumblekit project must inserted in target dependencies. importantly must checked project have "build active architecture only" set no. , upon compilation generated library may loaded in project libraries. , possible include library files in:

#import <mkaudioinput.h> 

and operations them. azat having assisted me in enquiry.


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -