-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Troubleshooting
Lukas Pistrol edited this page Apr 7, 2022
·
19 revisions
It's possible that the project will not build at first try. This might be due to caching issues of some sort. Please try the following steps in sequential order:
- Clean the build folder (⇧⌘K)
- Reset package caches using
File > Packages > Reset Package Caches
- Clear the
DerivedData
folder which is usually located in~/Library/Developer/Xcode
- Make sure
SwiftLint
is installed on your machine. See SwiftLint for more information. - Restart Xcode.
- Restart your Mac.
If none of the above mentioned steps work please have a chat with us in the help
channel on our Discord Server.