To run your application, into the physical iOS device using VS Code follow the steps below.
- Create a new Identifier for your application.
- Create a new App with the newly created Bundle ID.
- Add your created Bundle ID in your project csproj file ApplicationId.
- Now create a new Certificate and install it in your MAC.
- Create a new Provisioning Profile and choose the Certificate that you previously created.
- Download the created Provisioning Profile and install it in the MAC.
- Now run your project using VS Code.