简体   繁体   中英

Windows Store app: Unable to create x64 app package

I receive the following error:

error MSB3030: Could not copy the file "obj\\x64\\Release\\\\project_name.xr.xml" because it was not found.

NOTE: The specified path from the error message is already an invalid path because of the two back-slashes (ie "\\\\") before the actual "xr.xml" file.

In other words, the system is looking for a directory path that is invalid.

Is this a VS2013 bug?

I fixed this issue by resolving the various warnings that I received from building the solution. After I resolved several warnings, I attempted to create a package again and was successful.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM