CMakeLists.txt自定义文件编译ios报错

3.8.2在CMakeLists.txt添加了对应
image
image
报错
log: [cmake] In file included from /Users/rex/Documents/GitHub/newProject/native/engine/common/Extend/Share/ShareInterface.m:15: /Applications/Cocos/Creator/3.8.2/CocosCreator.app/Contents/Resources/resources/3d/engine/native/cocos/application/ApplicationManager.h:27: 10: fatal error: ‘memory’ file not found
#include
^~~~~~~~
1 error generated.

之前都是可以的,突然报错,哪位大佬有遇到过吗?

找到问题了 .mm 命名成.m了。。。