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

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -