If succeed, the files ( jsb_my_module_auto.cpp/.h ) contain JS binding code will be generated at /Users/james/NewProject/native/engine/bindings/auto directory
The generated path its trying to add is /Users/james/NewProject/native/engine/common/bindings/auto also we have to manually add the folders /bindings/auto for command to work in CC3.8.4.
Also for some reason the my_ns namespace in my-module.d.ts is not getting identified even after adding it to tsconfig.cocos.json. Any other setup required for this?
filePath: en/advanced-topics/jsb/swig/tutorial/index.md content:
The generated path its trying to add is
/Users/james/NewProject/native/engine/common/bindings/auto
also we have to manually add the folders/bindings/auto
for command to work in CC3.8.4.Also for some reason the
my_ns
namespace inmy-module.d.ts
is not getting identified even after adding it totsconfig.cocos.json
. Any other setup required for this?