FAQs
Issue: After porting Cocos to a UWP project, a compilation error appears: "Mismatch for _ITERATOR_DEBUG_LEVEL". The specific error message is: error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MDd_DynamicDebug' doesn't match value 'MD_DynamicRelease'
Solution: Right-click your project file, open it with Notepad, and set usedebuglibraries to false.