Apple wants me to use XCode directly on a Xamarin cross-platform iOS project to build, deploy and debug it. Using VS I can build, deploy and debug the project, but if I load the project directly on the build MAC using XCode and try to run the project I am encountering a number of errors, the first being the Info.plist not being present and then the Entitlements.plist. I copied them over to the designated folder on the MAC and got past those errors to encounter more. I am surprised not to have the two plist files already present on the MAC.
Is there any documentation on how to accomplish what I have been asked to do?