---
title: errSecCSStaticCodeNotFound
framework: security
role: symbol
role_heading: Global Variable
path: security/errseccsstaticcodenotfound
---

# errSecCSStaticCodeNotFound

Cannot find code object on disk.

## Declaration

```swift
var errSecCSStaticCodeNotFound: OSStatus { get }
```

## Discussion

Discussion You can get this error if you specify a location on disk and the system can’t find the code at that location or if the system is checking the validity of running code and it can’t find the code on disk that was the source for the code in memory.
