The uniapp project reported an error: the following files have been configured to ignore package upload, and the emulator cannot obtain them

The error report is as follows:

solve in two steps

1. Open the details in the WeChat developer tool and uncheck the filter for non-dependent files when uploading 

 2. Add in setting:

"ignoreUploadUnusedFiles": false,
"ignoreDevUnusedFiles": false

 That's it!

Guess you like

Origin blog.csdn.net/ll123456789_/article/details/131176366