Skip to content

v0.72.0 PCL now supported

Pre-release
Pre-release
Compare
Choose a tag to compare
@AndyDentFree AndyDentFree released this 12 Feb 16:29

The main purpose of this release is supporting PCL projects. You need to add the Realm NuGet to both your PCL projects and your ultimate platform .IOS and .Android projects.

If you only add the Realm NuGet to your PCL project you will get a runtime exception saying something like:

The PCL build of Realm is being linked which probably means you need to use NuGet or otherwise link a platform-specific Realm.dll to your main application.