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
{{ message }}
This repository was archived by the owner on Jun 22, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,15 @@ Since Xcode 11.4, you may use its built-in support for sourcekit-lsp
162
162
}
163
163
```
164
164
165
+
### Build failed? What should I do?
166
+
Go to vscode `OUTPUT` window, then select `SPM`. The `OUTPUT` window will tell you what's wrong.
167
+
168
+
### Database is locked??
169
+
If you saw
170
+
```
171
+
database is locked Possibly there are two concurrent builds running in the same filesystem location
172
+
```
173
+
it means swift package manager tries to access frameworks built by `New Build System`. Open your Xcode's `Workspace Settings...`, select `Legacy Build System` and rebuid the framework.
0 commit comments