When I try to include the enhance extension to show some adds, my project refuses to bundle.
I have created a test project (only one GUI with one button) and included the extension, and even then it failed. It is throwing the following error:
I did not even implement any of the code to use the extension. Just including it already throws this error.
Steps taken:
1: create a small project with a button to press. Project builds and bundles
2: include the enhance_extension folder from https://github.com/enhance-co/defold-connector (not yet included in game.project. Project builds, but does not bundle.
3: include the folder in game.project: Project builds, but does not bundle
4: included 3 lines of code to show Interstitial add: Project builds, but does not bundle.
All builds are working as expected, bundles are without certificate. I’m using defold 1.2.162.
source code for the project can be found on https://github.com/benny-wens/show_add
Can somebody please tell me what I am doing wrong?