Closed vincentcastagna closed 6 years ago
not sure if this helps but one of the other post s had this
.RegisterAssemblyFromType<Prism.IActiveAware>(); // Prism .RegisterAssemblyFromType<Prism.PrismApplicationBase<object>>(); // Prism.Forms .RegisterAssemblyFromType<Prism.Unity.PrismApplication>(); // Prism.Unity
Line Two has <object>
which you seem to be missing
Hello. Thanks for your answer but I'm using Prism 7.0 and XF 3.2. If I add the
Hello all,
First of all, thanks for making gorilla player.
However, I started a new Prism Xamarin forms application with Unity container.
When starting the app on my device, I get the following error :
XAML : Default constructor not found for type Prsim.Unity.PrismApplication.
I can't find any related doc or sample with Prism & Gorilla player.
I also downloaded the Gorilla SDK and added it to both iOS & Android project :
Thanks community :).