Xamarin iOS Simulator running old code

前端 未结 7 1109
挽巷
挽巷 2021-01-02 09:21

When I debug my Xamarin.iOS project from Visual Studio, it builds, installs on the simulator, and launches the app without issue. But on launching, I\'m seeing a bunch of D

7条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-02 10:18

    Check your Configuration Manager (the drop down with Debug, Release etc) and check that all the projects are being built. It usually unchecks all the projects you are working with for some unknown reason.

    This means that it isn't rebuilding all the projects and it hence shows an old version.

    As per your comment of rebuilding each project, this is a classic sign of the projects not being checked to be built on run and why you have to do it manually.

提交回复
热议问题