Hi,
After enabling the new Enhanced Security capability in Xcode 26, I’m seeing install failures on devices running < iOS 26.
- Deployment target: iOS 15.0
- Capability: Enhanced Security (added via Signing & Capabilities tab)
- Building to iOS 18 device error - Unable to Install ...Please ensure sure that your app is signed by a valid provisioning profile.
It works fine on iOS 26 devices.
I’d like to confirm Apple’s intent here:
-
Is this capability formally supported only on iOS 26 and later, and therefore incompatible with earlier OS versions?
-
Or should older systems ignore the entitlement, meaning this behavior might be a bug?