You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
I used http://manifoldjs.com/generator and struggled to get the windows project running using the manifoldjs run windows command. The powershell would just shutdown without showing any errors.
When I gen'ed the code locally everything worked fine. I tracked the difference maker being the Rotation->Preference attribute in the appxmanifest.xml file. It was set to any by the online generation tool:
Apparently it may not be a valid value. Replacing it with portrait solved the problem.
I am not sure what causes that property to be set to "any" when using the online generator. So I decided to post this here to see if people can fix it.
The text was updated successfully, but these errors were encountered:
I used http://manifoldjs.com/generator and struggled to get the windows project running using the
manifoldjs run windows
command. The powershell would just shutdown without showing any errors.When I gen'ed the code locally everything worked fine. I tracked the difference maker being the Rotation->Preference attribute in the
appxmanifest.xml
file. It was set to any by the online generation tool:Apparently it may not be a valid value. Replacing it with portrait solved the problem.
I am not sure what causes that property to be set to "any" when using the online generator. So I decided to post this here to see if people can fix it.
The text was updated successfully, but these errors were encountered: