Skip to content

Instantly share code, notes, and snippets.

@an-ivannikov
Created November 7, 2021 22:40
Show Gist options
  • Select an option

  • Save an-ivannikov/043247314911e95e1c4ac70976ead8d3 to your computer and use it in GitHub Desktop.

Select an option

Save an-ivannikov/043247314911e95e1c4ac70976ead8d3 to your computer and use it in GitHub Desktop.
Cannot find '' in scope
> https://www.codebales.com/cannot-find-in-scope
```
Clean build folder (shift + command + k)
Close Xcode completely
Delete 'DerivedData' content (/Library/Developer/Xcode/DerivedData)
Open Xcode and your project again
Try to build and run it again
```
```
rm -rf /Users/{your-name}/Library/Developer/Xcode/DerivedData/*
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment