目前我正在做一个xamarin.ios项目。当我运行我的应用程序时,输出窗口显示
2017-04-17 19:10:33.666 sample.iOS[2982:389704] Xamarin.iOS: Debugger loaded with custom transport (fd: 4)
2017-04-17 19:10:33.667 sample.iOS[2982:389716] Xamarin.iOS: Established connection with the IDE (fd: 6)
2017-04-17 19:10:33.667 sample.iOS[2982:389716] Xamarin.iOS: Processing: 'start profiler: no'
2017-04-17 19:10:33.699 sample.iOS[2982:389704] Xamarin.iOS: Profiler not loaded (disabled)
2017-04-17 19:10:33.803 sample.iOS[2982:389704] Xamarin.iOS: Added dllmap for objc_msgSend请在这个问题上帮助我。
发布于 2017-05-23 20:26:10
尝试右击IOS Projekt转到IOS Debug和enable Profile。
我找到了这个解决方案,但我这边什么都没有,也许它对你有帮助。
如果你找到了其他的解决方案,请在这里写。
https://stackoverflow.com/questions/43453299
复制相似问题