praeclarum / sqlite-net

Simple, powerful, cross-platform SQLite client and ORM for .NET
MIT License
4.04k stars 1.42k forks source link

System.DLLNotFoundException:e_sqlcipher assembly:<unknown assembly> type:<unknown type> member:(null) #1232

Open PRIVACY47 opened 3 months ago

PRIVACY47 commented 3 months ago

All i have done is created a xamarin.mac(cocoa App) and added sqlite-net-sqlcipher to my project.

These are the packages that got added automatically after adding sqlite-net-sqlcipher

image

This what i have in my code

image

this is where the error is being triggered

image

this is the exception it throws

image

I have a huge code base which uses sqlite-net-pcl for localdatabase now i need to implement encryption so i am switching package and it throws the same error. so i have created a sample project it fails even here. But it works with wpf project

What might have gone wrong or am i missing anything..?

Thanks in advance

PRIVACY47 commented 3 months ago

@praeclarum help me solve i am stuck