VaclavD
VaclavD

Reputation: 2632

Could not find `SQLitePCLRaw.batteries_v2`

I have added a sqlite-net-pcl NuGet package to the Xamarin.iOS project. The app ends with the following exception:

Could not find `SQLitePCLRaw.batteries_v2`referenced by assembly `SQLite-net, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null`.

Is known any workaround for this issue?

macOS Sierra version: 10.12.5

Xcode version: 8.3.2

sqlite-net-pcl version: 1.0.11

Visual Studio for Mac version: 7.0

Xamarin.iOS version: 10.10.0.33

Upvotes: 4

Views: 3184

Answers (1)

VaclavD
VaclavD

Reputation: 2632

Fixed in sqlite-net-pcl 1.3.1.

Upvotes: 5

Related Questions