lsp-sourcekit icon indicating copy to clipboard operation
lsp-sourcekit copied to clipboard

no such module 'UIKit'

Open DanielLiuCD opened this issue 4 years ago • 2 comments

this is my configuration:

(use-package lsp-sourcekit
  :ensure t
  :after lsp-mode
  :config
  (setq lsp-sourcekit-executable "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/sourcekit-lsp")
  (setq lsp-sourcekit-extra-args (quote
				  ("-Xswiftc" "-sdk" "-Xswiftc" "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk" "-Xswiftc" "-target" "-Xswiftc" "x86_64-apple-ios13.6-simulator")
				  )
	)
  )

DanielLiuCD avatar Apr 21 '21 07:04 DanielLiuCD

Could you provide a sample project to reproduce the issue?

danielmartin avatar Apr 21 '21 17:04 danielmartin

Could you provide a sample project to reproduce the issue? testIOS.zip

DanielLiuCD avatar Apr 25 '21 04:04 DanielLiuCD