Azure Devops not creating IPA file for Xamarin iOS build
-
I have a Xamarin.Forms app that I am building using Azure DevOps. I am using Visual Studio 2017 15.8.1. The build step for the project completes without any errors, but the Publish step fails to copy the IPA file as one hasn't been created. The build log shows the following MSBUILD generated statement that the build invoked.
msbuild IFMDriverServices.iOS.csproj /p:Configuration=Release /p:Platform=iPhoneSimulator /p:BuildIpa=true /p:Codesignkey=identity /p:CodesignProvision=123456
I have tasks that successfully install the Apple certificate and mobile provisioning that run before the build task. What am I missing? How do I create the IPA file?
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter