ios - Using EDK with framework -


i trying implement mopub in game. since mopub gives complete source code, i've compile static library. static libraries giving trouble while making extension. , takes me 4-7 days building simple extension ios. thinking if there's way can use custom framework instead of static library?

create edk extension , in mkf file put string iphone-link-opts="-framework frameworkname" deploy section. in extension create function work native static library. framework static library must in frameworks path in marmalade or can define framework path iphone-link-opts="-f$marmalade_root/modules/frame/work/path -framework frameworkname".


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -