I am trying to build a binding project that should optionally link ios 6.0 framework libraries (AdSupport, Social, Accounts).
Is there any way to mark those libraries as optionally-linked in LinkWithAttribute
?
Simply use the WeakFrameworks
, instead of the Frameworks
, in your [LinkWith]
attribute. E.g.
[LinkWith (..., Frameworks="Foundation", WeakFrameworks="AdSupport, Social, Accounts")]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With