Hello @AntonE - if you are unable to call sqlcipher_export it is likely that SQLCipher is not actually being linked into your application. I would suggest that you review this post related to link ordering, run-time checks, and testing / validation. After implementing any applicable changes, let us know if the problem is resolved.