Manifest file doesn't conform to the schema definition
jmk09 opened this issue · 2 comments
jmk09 commented
After uploading command-demo-manifest.xml this error message is shown:
This app can't be installed. The manifest file doesn't conform to the schema definition. The element 'Urls' in namespace 'http://schemas.microsoft.com/office/officeappbasictypes/1.0' cannot contain text. List of possible elements expected: 'Url' in namespace 'http://schemas.microsoft.com/office/officeappbasictypes/1.0'...
jmk09 commented
Traced the error: Line 529 of the manifest ends with a double quote which shouldn't be there.
<bt:Url id="customPaneUrl" DefaultValue="https://localhost:8443/AppRead/CustomPane/CustomPane.html"/>"
jasonjoh commented
Thanks for catching that! I'll upload a fix.