Hello
I am trying to run a very basic App. I simply created a blank Xamarin.Forms app. Then followed the simple steps to add a Telerik Xamarin DataForm.
But when the app reaches this line in the iOS appdelegate file: "return base.FinishedLaunching(app, options);" it says TelerikForms.init must be called after Forms.Init. I add that line but yet i still get the same error.
If i comment out the dataform control in the Main.xaml file the app loads and shows "hellow world".
Any ideas anyone? this is very frustrating to be stuck on the first step.
Everything is the latest version freshly installed (and reinstalled).
Help please! Thanks
Roy