<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARError/Code/unsupportedConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARErrorCode@ARErrorCodeUnsupportedConfiguration"
  },
  "title" : "ARError.Code.unsupportedConfiguration"
}
-->

# ARError.Code.unsupportedConfiguration

An error that indicates the device lacks support for the session’s configuration.

```
case unsupportedConfiguration
```

## Discussion

Call [`isSupported`](/documentation/ARKit/ARConfiguration/isSupported) on an [`ARConfiguration`](/documentation/ARKit/ARConfiguration) to ensure it’s supported before attempting to create and run it on the session with [`runWithConfiguration:`](/documentation/ARKit/ARSession/runWithConfiguration:).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)