MSBuild failed to create .xap when building cordova-wp8 for debugging

前端 未结 4 1655
忘掉有多难
忘掉有多难 2021-01-25 02:50

I\'m building a cordova application and trying to run \"cordova build wp8\" in the cmd prompt, but this seems to be erroring out:

Your environment has been set u         


        
4条回答
  •  时光取名叫无心
    2021-01-25 03:43

    Cordova docs instruct you to add this to the wp8 platform files:

    
        
        
    
    

    The second line breaks the build. Removing:

    
    

    fixed this issue.

提交回复
热议问题