Query1:
It is mentioned on page
https://docs.microsoft.com/en-us/xamarin/ios/platform/embedded-frameworks?tabs=windows
It will not be possible to create embedded frameworks from any type of Xamarin.iOS projects, only consume existing native (Objective-C) frameworks.
Why it is not possible?
Query 2:
https://docs.microsoft.com/en-us/xamarin/ios/get-started/objective-c-developers/primer
There is currently no supported mechanism to create a library in C# using Xamarin.iOS that can be called from Objective-C.
Please explain why it is not supported?