dyld: Library not loaded: ARKit

My project supports iOS9 and higher.

I'm implementing an ARKit feature but when trying to build to version lower then iOS 11 I'm getting the following message:


dyld: Library not loaded: /System/Library/Frameworks/ARKit.framework/ARKit

Referenced from: /Users/<*****>/Library/Developer/CoreSimulator/Devices/D6AD6503-A2F7-4EA5-A299-7476BE2B8EB7/data/Containers/Bundle/Application/EF5210C1-DC73-4505-9881-8D8F6B01B723/MyApp.app/MyApp

Reason: image not found


Is there a way to add AR support without droing support for lower iOS version?