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