I've defined a background processing task in kotlin which works fine on iOS 13 and above. I know this API is not available on iOS 12 and below and have handled this in swift. However on launching the app on an iOS 12 device it crashes with the exception
dyld: Library not loaded:
. Is there any possible fix or would I have to move my iOS 13+ code to swift?