Xamarin iOS Simulator running old code

前端 未结 7 1106
挽巷
挽巷 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:16

    I still have this problem with iOS simulators. My solution:

    1. Unload the iOS project
    2. Reload the iOS project
    3. Build as usual

    I do the above when I change simulator device.

提交回复
热议问题