---
title: multipleScenesNotSupported
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uisceneerror/multiplescenesnotsupported
---

# multipleScenesNotSupported

An error that indicates multiple scenes aren’t supported.

## Declaration

```swift
static var multipleScenesNotSupported: UISceneError.Code { get }
```

## Discussion

Discussion This error code indicates that the app doesn’t support multiple scenes or the system was unable to display multiple scenes for your app.

## See Also

### Identifying an error cause

- [requestDenied](uikit/uisceneerror/requestdenied.md)
- [geometryRequestUnsupported](uikit/uisceneerror/geometryrequestunsupported.md)
- [geometryRequestDenied](uikit/uisceneerror/geometryrequestdenied.md)
- [UISceneError.Code](uikit/uisceneerror/code.md)
