ios - 在哪里可以找到 xamarin ios 设备日志?

标签 ios xamarin xamarin.ios xamarin.forms

我正在使用 xamarin 表单我收到此错误

Severity Code Description Project File Line Suppression State Error error MT1006: Could not install the application '/Users/thiagofmartins/Library/Caches/Xamarin/mtbs/builds/neoFly_Montana.iOS/b6e2debf676f3efdb9da75d6f5344ce4/bin/iPhone/Debug/neoFly_Montana.iOS.app' on the device 'iPhone de THIAGO': Your code signing/provisioning profiles are not correctly configured. Probably you have an entitlement not supported by your current provisioning profile, or your device is not part of the current provisioning profile. Please check the iOS Device Log for details (error: 0xe8008016).



它出现在我在 windows 上的视觉工作室中,我正在使用它与 mac 在 Iphone 设备中启动我的应用程序。

我想,也许在 IOS 设备日志中我可以看到有关此错误的更多详细信息,但是,我在哪里可以找到?仅在 Mac 中,或者我可以在 Windows Visual Studio 中看到?我需要将我的项目转移到 Mac 才能看到吗?

最佳答案

打开终端并键入以下内容以显示通过 USB 连接到 Mac 的设备的日志:

/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch --logdev

关于ios - 在哪里可以找到 xamarin ios 设备日志?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46223458/

相关文章:

iOS Swift 3 存在 MFMailComposeViewController 导致崩溃

ios - 在 UIView 中定位 UILabel

c# - 错误 CS1703 : Multiple assemblies with equivalent identity have been imported - Xamarin + VSTS

android - fragment 是否可以扩展 fragment ?

c# - Xamarin 随机不识别名字

ios - Monotouch中最有效的sprite(frame)动画方式

ios - 快速从 ccPhysicsCollisionBegin 返回 bool 时崩溃

iphone - 自定义 UITableViewCell 初始化

c# - Prism Xamarin Forms 选项卡式页面导航

ios - 如何从 superview/superviewcontroller iOS 请求更多空间