6

Today after my iOs upgrade to Catalina 10.15.3 from 10.14.1 I am now getting an os dialog when running Xamarin.UITest

steps to repeat:

  1. Create new Xamarin Solution
  2. Select Master Detail project
  3. Add the UITest project
  4. Build all
  5. Run templated iOS app in simulator (Verification)
  6. open the unit test pad
  7. Right Click the first uitest and run
  8. Observe the new dialog as pictured in attachment "iOSDeviceManager will damage your computer"

I think this is a new behavior related to MacOSX upgrade. I recall doing this last week without issue.

I am using Visual studio for Mac 8.4

enter image description here

Mark Wardell
  • 493
  • 7
  • 25
  • trying now. Thank you – Mark Wardell Feb 22 '20 at 04:45
  • @SushiHangover no luck with that I am all up to date Xcode 11.3 and VS4Mac 8.4.6. Same Exact problem – Mark Wardell Feb 22 '20 at 05:24
  • I logged on to another computer in hopes it was not OS X 10.15.... Unfortunately it was already upgraded and the steps above led to the same failure. Would some kind person please try simple steps above and report OS X version vsformac version and results – Mark Wardell Feb 22 '20 at 15:03

1 Answers1

6

SOLVED! For Some reason I needed to update packages... When I did it just worked. FYI This includes for creating a brand new project from the MasterDetail template. Maybe Xamarin Folks can solve this problem for us somehow. Problem statement: Default Templates for solution create non-running UITests. Workaround update packages fixes problem

Mark Wardell
  • 493
  • 7
  • 25