You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: