You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wesley de Groot edited this page Jul 9, 2024
·
3 revisions
Troubleshooting
Project does not build
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:
Make sure you are on macOS 12.4 or later as well as Xcode 13.4 or later
Update to latest package versions using File > Packages > Update to latest Package versions
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.
SwiftLint
Trailing Whitespace Violation
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 > Editing and enable:
Automatically trim trailing whitespace
Including whitespace-only lines
Vertical Whitespace Violation
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 > Editing and enable: