realm in Xamarin, System.EntryPointNotfoundException when trying to use realm

二次信任 提交于 2019-12-05 10:38:29
Andy Dent

Congratulations on an interesting problem!

I have seen a similar error but only in recent work I was doing refining code generation, when I generated bad IL code. We have no previous issues recorded nor any discussions of EntryPointNotFoundException messages that I can find.

If you try building one of our examples from the Realm source download, such as QuickJournal does that work?

If you can send a full project demonstrating the problem to help@realm.io that is probably the fastest way to work out what is happening.

Update 2016-07-11 Looking at another SO question made me think of a few more things to try:

  • Does this happen on all platforms?

    - Do you have Full Linking enabled in Xamarin studio?

Earlier Suggestions

Does your app have a PCL containing that logic?

Did you also install the Realm NuGet into the main application (IOS or Android) projects? That is a necessary step. The main Realm libraries are only included with the platform-specific dlls which NuGet adds to IOS or Android projects.

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