My app uses an embed framework.
This framework has a conditional use of Combine with:
- canImport
- @available.
But, when running on iOS 12, app crashes.
dyld: Library not loaded: /System/Library/Frameworks/Combine.framework/Combine
Referenced from: /Users/.../Library/Developer/Xcode/DerivedData/../Build/Products/Debug-iphonesimulator/XYZ_SDK.framework/XYZ_SDK
Reason: image not found
Same thing on device.
Thanks for your help.