-
Notifications
You must be signed in to change notification settings - Fork 14
autocomplete for UIKit not working #55
Comments
Hi @haifengkao. Thanks for your feedback and the good bug report! That's indeed strange and a bug! |
|
I think the problem comes from
to build the project. The
If I remove the irrelevant flags in
Despite the SDK and target are specified in My swift is
A possible workaround is to remove the incorrect target |
-XSwiftc will take double quote as the argument, but nodejs needs `shell: true` to support it (nodejs/node#10461) close vknabel#55
Hi @haifengkao. Sorry for the late response, but I didn't have enough time earlier. After a bit of debugging I found out that |
the webpage says SDE supports UIKit.
however, adding the settings from the webpage doesn't work at all.
The diagnostics still says
no such module UIKit
Then I add the parameters to swiftBuildingParams
The diagnostics error is gone, but the UIKit autocomplete is still missing.
The trace
It's strange that the target is still
x86_64-apple-macosx10.10
. It seems that the setting insettings.json
doesn't apply to anywhereThe text was updated successfully, but these errors were encountered: