Closed beeradmoore closed 4 years ago
So turns out this was user error and not reading the manual.
From the instructions on #8931
To install, make sure you have latest Stable builds, and then select the Xcode 12 Previews channel in the Visual Studio for Mac updater. Note that you have to log in in Visual Studio for Mac for the Xcode 12 Preview channel to show up.
I was not using Xcode 12 Previews, just the Preview. I was not logged in and did not see it.
Steps to Reproduce
Unsure how to publicly reproduce. If I delete bin/obj directories, open my closed source Xamarin.Forms app and try to debug on my iPhone running iOS 14 GM I get build errors. Builds and deploys fine to iPhone Simulator running iOS 14.
Expected Behavior
App deploys and runs fine.
Actual Behavior
App fails to build.
Environment
It probably mentions it in all of the above, but I am using Xamarin.iOS 14.0.0.0 from here which I found via #8931, and using the Xcode 12 GM seed which was download ~4 hours ago so I shouldn't have been hit with the Xcode GM seed cache issue which others were reporting online.
Build Logs
This is a partial build log,
This is the main bit about the warnings, I can send entire build log (built with -v -v -v -v) to a Xamarin/MS staffer as I would rather not post it publicly.
Example Project (If Possible)
I am not able to provide an example project. I don't know what NSFileProviderItemDecorating or NSFileProviderItemFlags are as they do not exist in the source. If anyone has any pointers as to what they may be relating to I can try reproduce in a standalone project. The closest I can think of is our usage of PHPhoto or the native iOS share dialog.