Hello,
I have a Xamarin.Forms app that we run on Android, IOS and Windows. Android and Windows work fine and we have them deployed. IOS works fine in the Simulator, and I can install to an iPad via a USB cable. But, I have been unable to generate an IPA file for wider distribution.
When running the Release build (Build IPA is checked), all seems to go well but no IPA file is generated.
The only thing that looks awry is this warning message: "There is no available connection to the Mac, hence the task Xamarin.Messaging.Tasks.CopyFileFromMac will not be executed".
Our MacInCloud server is paired for the build session, so should be "available". But I assume this is why we are not getting the IPA file? Does that message imply that I could/should be able to find the file out on the MacInCloud server somewhere? I looked around, but could not see one.
VS.2019 is latest build, and NuGet Xamarin packages are also latest.
Can anyone give me some guidance on how to get our IPA generated?
Thanks for any help.
Bryan Hunt