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
Post a Comment