objective c - iOS Static library - is it possible to include AdSupport.framework in my library? -


i'm using objective-c, xcode7.

i've created static library uses asidentifiermanager, included in "adsupport.framework".

now when wants use *.a file, have include "adsupport.framework" in project well.

is possible include "adsupport.framework" in compiled *.a library others not have to?

no, system library. include requirement link in integration instructions. if you're supporting dependency manager cocoapods can define requirement in podspec taken care of them.


Comments

Popular posts from this blog

filehandler - java open files not cleaned, even when the process is killed -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -