Hi,
I’ve tried running “cargo concordium build --schema-out” to create the schema for my smart contract. I am getting the error:
Error: Could not build smart contract.
Caused by:
0: Could not build module schema.
1: Could not generate module schema from Wasm module.
2: Failed deserialising the schema.
Nothing much in the error message to help determine the root cause. I’ve rechecked my code and it looks fine. It compiles just fine when running just “cargo corcordium build”. Version of cargo concordium is v2.0.1