Ionic Capacitor on older ios devices

So I am trying to build a basic Capacitor application onto a iOS device. The device is a 1st gen iPad Mini which runs iOS 9.3.5 and apple won’t update it further.

When trying to build in xcode 11 the following error appears;

Could not find module ‘Capacitor’ for target ‘armv7-apple-ios’; found: arm64, arm64-apple-ios

The target ios is set to 9.3 but the error still appears.

Is it possible to build Capacitor applications for armv7 architectures?

For anyone with the same issue, it was because Capacitor only runs on the 2 most recent versions of iOS. The target iOS was never supported by Capacitor.