Daniele Segato
02/20/2025, 8:29 AMFrançois
02/20/2025, 8:54 AMFrançois
02/20/2025, 9:04 AMTadeas Kriz
02/20/2025, 3:32 PMSOURCEKIT_LOGGING=3
env property like this:
SOURCEKIT_LOGGING=3 /Applications/Xcode.app/Contents/MacOS/Xcode
And then go to the file where I expect code completion to work and invoke it using Ctrl+Space at the place where I want to get the code completion. For example:
import KMPFramework
func helloWorld() {
Foo<<Ctrl+Space>>
}
And then I copy the output I get in terminal to VS Code (or other text editor) and go through the log to find any errors.dorche
02/20/2025, 8:59 PMJason
02/28/2025, 6:09 PMDaniele Segato
03/05/2025, 9:17 AMFrançois
03/05/2025, 9:32 AM