I found another, simpler solution to this. Rather than adding libSwiftWebKit.tbd to your project, you can simple ensure that your LIBRARYSEARCHPATHS build setting has $(SDKROOT)/usr/lib/swift in it. Xcode will search that directory for libSwiftWebKit.tbd on its own during the build, eliminating the need for you to explicitly link it to your project, which also means it won't break backwards compatibility with Xcode 11.
🎉
Topic:
Programming Languages
SubTopic:
Swift
Tags: