10

I studied this question here, here, and here, but I did not receive the desired answer.

We have a group of frameworks that my team has created. We are intending for some of these frameworks be weakly linked into iOS, watchOS, tvOS and OS X applications.

So, we have the rare case where #availablity doesn't work for us. Our frameworks all support iOS 8+, watchOS 2+, tvOS9+ and OS X Yosemite+.

How do you go about doing the old way of symbol checking we used to do in Objective-C but in Swift?

Community
  • 1
  • 1
bezigon
  • 518
  • 7
  • 17
  • 2
    I too am looking into weak linking with Swift of custom frameworks. I'll post my answer if I get to one. – DCForever Jun 13 '17 at 18:17
  • 1
    I just opened up a topic in the Swift Forums about this: https://forums.swift.org/t/weak-linking-of-frameworks-with-greater-deployment-targets/26017 – fredpi Jun 18 '19 at 12:53

0 Answers0