Problem:
We are trying to construct the iOS layer to our MVVMcross project. We have built the core for the initial ViewModel and wanted to add the iPhone layer. The project when in just fine and the Mac Host even compiled everything.
Once I ran the solution, I get this runtime error in the iPhone Simulator.
Solution:
Lots of great information about possible solutions at stackoverflow. However, my problem was the SQLite plugin. I neglected to add the plugin to my iPhone Layer and once I added it the app runs fine.
Source:
http://stackoverflow.com/questions/18940820/how-do-you-initialize-themvvmcross-sqlite-plugin
No comments:
Post a Comment