Hello everyone,
I developed a multi-platform, it builds without any error and few warning. It runs on the device in debug mode. When I set it to Release mode and trying to archive it for publication, it throws a few warning that stops the archive.
It never happened previously that warnings crash the archive processing.
these are the warnings:
*** Found conflicts between different versions of "SQLitePCLRaw.batteries_v2" that could not be resolved.
- Found conflicts between different versions of "SQLitePCLRaw.core" that could not be resolved.
- Found conflicts between different versions of "System.Net.Http" that could not be resolved.
- Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved.
- Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file.
- Obsolete member 'AppDelegate.FinishedLaunching(UIApplication, NSDictionary)' overrides non-obsolete member 'UIApplicationDelegate.FinishedLaunching(UIApplication, NSDictionary)'**
How can I archive the app? Do you have any thought?
Kind regards,
Kamal