无法构建 cordova windows 平台(错误 APPX1609)

Cannot build cordova windows platform (error APPX1609)

自从今天更新到 Microsoft Visual Studio 2015 Update 3 (KB3165756) 后,我无法再通过以下方式构建我的 cordova windows 应用程序:

cordova build windows -- --appx=8.1-phone

由于以下错误:

Package.appxmanifest(2,2): error APPX1609: The package contains a Debug framework reference 'Name=Microsoft.Phone.WinJS.2.1, MinVersion=1.0.9651.0'. Ensure all framework references in the package are valid frameworks hosted by the Store.

我的工作环境:

重新添加 windows 平台实际上帮助了我:

cordova platform remove windows
cordova platform add windows