Closed chrisalansearle closed 5 years ago
Build Log Attachment: build.log
The problem is that your Mac auto-upgraded Xcode to the new Xcode 11, and our current version of Xamarin.iOS is not compatible with Xcode 11.
We'll release a version of Xamarin.iOS that is compatible with Xcode 11 later today. A more immediate solution is to install our preview version of Xamarin.iOS with support for Xcode 11.
Tried updating using preview channel in vs2019 but no luck. Also did obj/bin cleanup and nuget package restore. all futile attempts in my case.
We receive the error "MT4109: Failed to compile the generated registrar code" when we try to use using our build server. Our build server appears to have updated to have the ios 13 SDK on it over the weekend, and since then has failed to build.
Steps to Reproduce
1: run the command : . /Library/Frameworks/Mono.framework/Commands/msbuild /p:Configuration=Ad-Hoc /p:Platform=iPhone /p:BuildIpa=true /p:AppVersion=$version_number /target:Build imsweb/PS.Mobile.iOS.sln /p:IpaPackageDir="Builds/$version_number"
Expected Behavior
I would expect that msbuild would complete the build and generate an IPA file that we are able to distribute.
Actual Behavior
The build fails with the error:
It has a preceeding error of:
Environment
Build Logs
(Please see attached)