Home > Software design >  Xamarin Forms: Debug and release options are only available for my project
Xamarin Forms: Debug and release options are only available for my project

Time:07-09

I am experiencing a weird problem with one of my projects. It has only Debug and Release options like the below screenshot:

enter image description here

Due to this, I can't run my app on physical iPhone devices. But for other projects, all the options are visible like the below screenshot.

enter image description here

I don't know why this is happening and any solutions for this issue? My Mac VS version is 8.10.22.

CodePudding user response:

Visual Studio build configurations are completely user defined. See the docs

  • Related