How do you forcibly rebuild * .designer.cs files in Xamarin build command line?

I am creating an iOS Xamarin app from the command line. The * designer.cs files have been removed.

What command should I execute to restore * .designer.cs files?

+3


source to share


3 answers


This section has 3 questions:



+2


source


Found in Xamarin Studio 6

Based on this forum thread, the rather awkward sequence that worked for me was



  • rename the ViewController given in the storyboard
  • save and close solution
  • remove directories bin

    andobj

  • rebuild
+2


source


For Xamarin Studio 5.8, if you edit the file that started the .cs designer, save again and rebuild the project, it will regenerate the .cs designer

0


source







All Articles