spruceid / wallet

A reference credential wallet built on Flutter and DIDKit.
https://spruceid.dev/docs/credible
Apache License 2.0
45 stars 24 forks source link

Error when loading did on RELEASE builds #51

Closed grdsdev closed 3 years ago

grdsdev commented 3 years ago

When running on release builds the app fails to load the did.

The error thrown is:

Invalid argument(s): Failed to lookup symbol (dlsym(RTLD_DEFAULT, didkit_key_to_did): symbol not found)

It seems to be an issue when linking the didkit lib on release builds.