Qing Yang

Results 5 comments of Qing Yang

The `ld: framework not found Foundation` error is related with #1005

@crazybits Have you tried building CDT in Linux (or Linux docker) and then compile your contract?

@tlacloc Could you share the contract code so the issue can be reproduced?

I tested both `develop` and `release\1.8.x` branches, and the generated ABI doesn't contain definition for `pair_string_pair_string_string` mentioned above (see [map_nest.cpp.txt](https://github.com/EOSIO/eosio.cdt/files/6401890/map_nest.cpp.txt) and [map_nest.abi.txt](https://github.com/EOSIO/eosio.cdt/files/6401898/map_nest.abi.txt)). At the moment, `typedef` or `using` can be...

Is the above list of `nested combinations` up to date? It says map-nested-in-map is supported, but I tested using the current `develop` branch (see attachment) for https://github.com/EOSIO/eosio.cdt/issues/1042, and the ABI...