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

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

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