Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.4.2
Description
The package.windows10.appxmanifest in the cordova-windows template project contains the string $safeprojectname$ which is never overwritten by the create script. The presence of this string then triggers a compile error and must be manually overwritten.
Reproduction:
bin/create.bat ~/myproject com.package.whatever MyProject
cd ~/myproject
cordova/build.bat --debug --appx=uap
Error output:
The app manifest must be valid as per schema: Line 26, Column 18, Reason: '$safeprojectname$' violates pattern constraint of <regex_removed>. The attribute 'Id' with value '$safeprojectname$' failed to parse.
Attachments
Issue Links
- is related to
-
CB-8856 Fix 'Id' attribute is invalid when creating Windows Store submission build
- Closed
- links to