Could not find `SQLitePCLRaw.batteries_v2`

半世苍凉 提交于 2020-04-14 08:23:09

问题


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


回答1:


Fixed in sqlite-net-pcl 1.3.1.



来源:https://stackoverflow.com/questions/44137220/could-not-find-sqlitepclraw-batteries-v2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!