Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Issue when adding SQliteStore package

$
0
0

Im adding the SQLiteStore package (for Android and IOS) to a brand new Xamarin Forms solution, and when I try and run the IOS version I get the following exception - anyone any ideas ?

System.TypeLoadException: Could not load type 'Xamarin.Forms.Forms+IOSPlatformServices' from assembly 'Xamarin.Forms.Platform.iOS, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null'.
at azureofflinetest.iOS.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00001] in /Users/deanchalk/Projects/azureofflinetest/iOS/AppDelegate.cs:19
at at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at azureofflinetest.iOS.Application.Main (System.String[] args) [0x00008] in /Users/deanchalk/Projects/azureofflinetest/iOS/Main.cs:17


Viewing all articles
Browse latest Browse all 58056

Trending Articles