How to weak link Combine in macOS 10.14 and iOS 12
Issue #593
#if canImport(Combine)
is not enough, need to specify in Other Linker Flags
1 | OTHER_LDFLAGS = -weak_framework Combine |
Issue #593
#if canImport(Combine)
is not enough, need to specify in Other Linker Flags
1 | OTHER_LDFLAGS = -weak_framework Combine |