Created
November 7, 2021 22:40
-
-
Save an-ivannikov/043247314911e95e1c4ac70976ead8d3 to your computer and use it in GitHub Desktop.
Cannot find '' in scope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > 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