On iOS 13+ and 12+, this work fines I have a code to check for availibity of LinkPresentation framework and will use it accordingly but when it runs on iOS 11. It always crash with this error
dyld: Library not loaded: /System/Library/Frameworks/CoreServices.framework/CoreServices
Referenced from: /private/var/containers/Bundle/Application/9B5B8EC3-7997-432C-8A00-52EB387BA45F/eko.app/Frameworks/SDWebImageLinkPlugin.framework/SDWebImageLinkPlugin
Reason: image not found
Is there a way for us to make this work? on iOS 11
PS. I can't seem to find where we link against CoreService in this lib and I am using Carthage as dependency manager