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.
@@ -35,7 +35,7 @@ SDE has a built-in Swift debugger which has been deprecated. Instead use [LLDB D
35
35
36
36
An example config can be seen below. `program` should contain the path to your built executable, the `preLaunchTask` is optional, but will run `swift build` before each debug session to keep your binaries up to date.
37
37
38
-
> **Note:** Currently I don't know of any reliable solution to debug your Swift tests.
38
+
> **Note:** Currently I don't know of any reliable solution to debug your Swift tests.
39
39
> If you do, please file an issue or write me an [email](mailto:[email protected]).
40
40
41
41
```js
@@ -83,6 +83,10 @@ If you mean contributions to the **sources**, this is truely another topic. The
83
83
84
84
There aren't too much documents about the development of this project. If you have any questions or interests, don't hesitate to file an [issue](https://github.com/vknabel/swift-development-environment/issues) or write me an [email](mailto:[email protected]). I will help you and then drop more readings as time goes by. This is **_the way of "open source"_**.
85
85
86
+
### How do I get autocompletion for UIKit?
87
+
88
+
Just add `"sde.sourcekit.compilerOptions": ["-target", "arm64-apple-ios11.0"]` to your workspace settings in Visual Studio Code and restart it.
89
+
86
90
### Other questions?
87
91
88
92
If so, file an [issue](https://github.com/vknabel/swift-development-environment/issues), please :)
0 commit comments