- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
HI, I'm new on XDK and I have developed my first app that need to submit to windows store.
But in the app validation process this error is reported by microsoft. How can I solve this problem? Thanks in advance for any help.
FAILED
-
UTF-8 file encoding
-
Error Found: The UTF-8 file encoding test detected the following errors:
- File www\cordova_plugins.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\cordova-js-src\exec.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\cordova-js-src\platform.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\ionic\js\ionic-angular.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\ionic\js\ionic-angular.min.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Are you using Windows 10 build? WIndows 10 build currently does not produce .appxupload files that are required for Windows store publishing. Currently it is generating .appx, you can use that for testing purpose but cannot use for distribution. That bug is being fixed. I'm guessing this issue is related to the .appx bundle. In any case I've reported this issue, so the Windows engineers will be looking at it.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
No, this error appears using Windows 8 build.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Daniele,
Can you open the files you mentioned and save them as UTF-8? That will fix your issue for you.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- FAILED
-
UTF-8 file encoding
-
Error Found: The UTF-8 file encoding test detected the following errors:
- File www\cordova_plugins.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\assets\js\functions.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\assets\js\jquery-2.1.4.min.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\cordova-js-src\exec.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\cordova-js-src\platform.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\js\index.js is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\index.html is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\assets\css\main.css is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
- File www\css\index.css is not properly UTF-8 encoded. Re-save the file as UTF-8 (including Byte Order Mark).
-
Impact if not fixed: HTML, CSS, and JavaScript files must be encoded in UTF-8 form with a corresponding byte-order mark (BOM) in order to benefit from bytecode caching and to avoid other runtime error conditions.
-
How to fix: Open the affected file, and select "Save As..." option from the File menu in Visual Studio. Select the drop-down control next to the Save button and select "Save with Encoding..." option. From the Advanced save options dialog, choose the "Unicode (UTF-8 with signature)" option and click the OK button.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi emem u. and Daniele,
I was incorrect in my first post. These files are generated in our build systems and not on your computer. I need a little more information to distinguish how your builds are different than our users, since the majority of our users aren't experiencing this problem.
Which plugins are you using? Are you adding anything into the intelxdk.config.additions.xml file? Are you using UTF-8 characters in your settings, e.g. App name, App description?
Thanks,
--Jerroyd
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
My plugins used:
StatusBar (cordova-plugin-statusbar) - Device (cordova-plugin-device) - Splashscreen (cordova-plugin-splashscreen) - BarcodeScanner (phonegap-plugin-barcodescanner) - Camera (cordoba-plugin-camera).
I use the Intel XDK for Mac OS X version.
The app is generated by the Ionic UI framework and HTML5+Cordova. The app name is "ScanBarcodeSW" and the app description is "Barcode scanner per Windows 10.
Thanks.
Danar
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
We have identified the issue, a fix will be available soon.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
SWATI S. (Intel) wrote:
We have identified the issue, a fix will be available soon.
That will be relieving SWATI I look forward to it, but when should we expect this fix? All the same thank you for IntelXDK development tool! I really appreciate you guys.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi emem u.,
The fix is live! Feel free to build your application and give it a go!
--Jerroyd