When I debug the Xamarin.iOS project from Visual Studio, it builds, installs on the simulator, and runs the application without problems. But on startup, I see a bunch of Debug traces from a method that no longer exists in my C # code. I can also set breakpoints in the class from which I removed the method, with the same line numbers where this method was used before, and I will see the remote method in the call stack when the debugger stops.
I closed and reopened Visual Studio, reset the connection to the Mac build server, cleaned and rebuilt my solution, and manually deleted the solution output. On a Mac, I closed and reopened the simulator, and tried resetting the Content and Settings that clear the application. But the situation still persists, even after all this. Is there anything else I can try on a Mac to make sure all cached copies of the old code have been deleted?
ios ios-simulator xamarin
Calvin fisher
source share