-
-
Couldn't load subscription status.
- Fork 1.1k
Troubleshooting
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
DerivedDatafolder which is usually located in~/Library/Developer/Xcode - Make sure
SwiftLintis 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.
This is an error generated by SwiftLint. It means that there are space characters after the last statement of the line. Delete all spaces to get rid of this error.

Recommended: Go to Xcode's
Preferences > Text Editing > Editingand enable:
- Automatically trim trailing whitespace
- Including whitespace-only lines
This is an error generated by SwiftLint. It means that there is more than one empty line between to statements. Delete all but one empty lines to get rid of this error.

Recommended: Go to Xcode's
Preferences > Text Editing > Editingand enable:
- Automatically trim trailing whitespace
- Including whitespace-only lines