Ich möchte App für Windows Phone Store erstellen, aber wenn ich versuche, App in Visual Studio 2015 zu bauen, erhalte ich eine Menge Fehler. Meine Cordova-Version ist 4.1.0Cordova Visual Studio Gebäude Bug
Severity Code Description Project File Line
Error TS6053 Build: File 'C:/Users/admin/Desktop/App/platforms/windows/www/lib/ngCordova/LICENSE.ts' not found. CordovaApp.Phone C:\Users\admin\Desktop\App\platforms\windows\VSTSC 1
Error TS6053 Build: File 'C:/Users/admin/Desktop/App/platforms/windows/www/lib/angular-ui-router/LICENSE.ts' not found. CordovaApp.Phone C:\Users\admin\Desktop\App\platforms\windows\VSTSC 1
Error TS6054 Build: File 'C:/Users/admin/Desktop/App/platforms/windows/www/cordova.js' must have extension '.ts' or '.d.ts'. CordovaApp.Phone C:\Users\admin\Desktop\App\platforms\windows\VSTSC 1
Error TS6054 Build: File 'C:/Users/admin/Desktop/App/platforms/windows/www/css/.DS_Store' must have extension '.ts' or '.d.ts'. CordovaApp.Phone C:\Users\admin\Desktop\App\platforms\windows\VSTSC 1
Error TS6054 Build: File 'C:/Users/admin/Desktop/App/platforms/windows/www/cordova_plugins.js' must have extension '.ts' or '.d.ts'. CordovaApp.Phone C:\Users\admin\Desktop\App\platforms\windows\VSTSC 1
Error TS6054 Build: File 'C:/Users/admin/Desktop/App/platforms/windows/www/img/.DS_Store' must have extension '.ts' or '.d.ts'. CordovaApp.Phone C:\Users\admin\Desktop\App\platforms\windows\VSTSC 1
Error TS6054 Build: File 'C:/Users/admin/Desktop/App/platforms/windows/www/css/style.css' must have extension '.ts' or '.d.ts'. CordovaApp.Phone C:\Users\admin\Desktop\App\platforms\windows\VSTSC 1
Error TS6054 Build: File 'C:/Users/admin/Desktop/App/platforms/windows/www/img/01.jpg' must have extension '.ts' or '.d.ts'. CordovaApp.Phone C:\Users\admin\Desktop\App\platforms\windows\VSTSC 1
Zunächst wurde die Anwendung auf MacOS mit der gleichen Version von Cordova entwickelt. Jetzt ist mein System Windows 10. Was muss ich tun, um eine Anwendung für Windows Phone zu erstellen?
Ich versuchte ein anderes Projekt, eine ältere Version von Cordova und alles funktioniert. Es wird irgendwie dieses Problem auf neueren Versionen von Cordova lösen?
Haben Sie eine Lösung für dieses Problem gefunden? Ich habe es auch. – newenglander