I managed to rebuild the project by deleting the line DebugType = "$(DebugType)"in the xml file below. What makes this line really and why it can fix my problem. I have an error because I am pulling new code from the source tree.
DebugType = "$(DebugType)"
<Target Name="XamlC"> <XamlCTask Assembly = "$(IntermediateOutputPath)$(TargetFileName)" ReferencePath = "@(ReferencePath)" Verbosity = "2" OptimizeIL = "true" DebugSymbols = "$(DebugSymbols)" /> </Target>
I solved this problem by simply restarting Visual Studio and rebuilding the solution.
I did nothing and the project worked.
Following this thought, in your case, you must restart Xamarin Studio.
: https://forums.xamarin.com/discussion/95724/xamarin-forms-2-3-4-247-update-project-wont-build
Visual Studio, bin/ obj/ , . .
, - , , , . iOS .
Source: https://habr.com/ru/post/1017375/More articles:Ipython laptop does not start at command prompt - ipython-notebookSinon stub callsFake argument - javascripttools: текст для элементов RecyclerView - androidInsert a Unity3D application into a WPF application - c #Send a message from one program to another in Unity - c #Read the CSV line in Kotlin - androidReact Native: npm link local dependency, unable to resolve module - npmUsing HttpCookie to timeout / url - angularjsкак обновить с python 3.5 до 3.6 - pythonData Preparation in TLV8 - iosAll Articles