iOS linker errors when MtouchLink=Full
lukepothier opened this issue · 0 comments
lukepothier commented
The LinkerPleaseInclude.cs
included in iOS project templates lacks constructor references to certain new MvvmCross types. These references should be added to enable MtouchLink=Full
builds directly from the unchanged templates to run without risk of runtime crashes, errors, and unresponsiveness.
The missing constructor references are for the following types:
MvvmCross.Core.MvxSettings
MvvmCross.Core.MvxStringToTypeParser
MvvmCross.ViewModels.MvxViewModelLoader
MvvmCross.ViewModels.MvxViewModelViewLookupBuilder
MvvmCross.Commands.MvxCommandCollectionBuilder
MvvmCross.ViewModels.MvxStringDictionaryNavigationSerializer
MvvmCross.ViewModels.MvxChildViewModelCache