Xamarin iOS Simulator running old code

前端 未结 7 1092
挽巷
挽巷 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:06

    In my case I had to enable all architectures:

    • Android project properties
    • Andrid Oprions
    • Section Anvanced Tab
    • Select all architectures and rebuild

提交回复
热议问题