尝试调试我的Xamarin.iOS应用程序时,iOS部署过程无法启动。没有构建/部署错误。我可以通过mac代理连接到Mac并查看模拟器列表。但是在构建成功后没有任何反应。 (参见下面附带的输出日志)
1>------ Build started: Project: XFLearning, Configuration: Debug Any CPU ------
1>XFLearning -> E:\XFLearning\XFLearning\XFLearning\bin\Debug\netstandard2.0\XFLearning.dll
2>------ Build started: Project: XFLearning.iOS, Configuration: Debug iPhoneSimulator ------
2> Connecting to Mac server 10.16.86.129...
2> Connecting to Mac server 10.16.86.129...
2> XFLearning.iOS -> E:\XFLearning\XFLearning\XFLearning.iOS\bin\iPhoneSimulator\Debug\XFLearning.iOS.exe
2> Detected signing identity:
2> Bundle Id: com.yourcompany.XFLearning
2> App Id: com.yourcompany.XFLearning
========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
尝试重启Mac和Windows并以管理员身份运行VS.没运气。 任何解决方案都会非常有用。