Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 4ef8b8e

Browse files
committed
update some errors I encountered
1 parent 1811948 commit 4ef8b8e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,15 @@ Since Xcode 11.4, you may use its built-in support for sourcekit-lsp
162162
}
163163
```
164164

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.
165174

166175
### Other questions?
167176

0 commit comments

Comments
 (0)