PureWeen / Akavache.Samples

5 stars 1 forks source link

Linker Command failed with exit code #2

Open TcMarsh31 opened 5 years ago

TcMarsh31 commented 5 years ago

image

I am referring to your sample you provided and created a sample for myself where i get this build error.

TcMarsh31 commented 5 years ago

I have over come the issue by deleting all the SQLiteRaw.... packages in ios and shared project as well as SQLite-net-pcl In the iOS project Then just add the SQLite-net-pcl again in shared project.. But now i face another issue is initialization of fileSystemProvider is null

image

Any help??

TcMarsh31 commented 5 years ago

This issue has been overcome by making linker option to 'don't link' its working good. but secure cache is not working with encryption. encryption called when inserting but decryption not called when retrieving the object any help ?