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
Package plugins are incorrectly built using target sdk settings when using the --experimental-swift-sdk flag.
This results in the plugin failing to build in my case because my cc SDK doesn't contain a module required for the plugin (Foundation). Additionally my sdk has a toolset.json that uses a number of compiler and linker flags entirely incompatible with the host platform.