作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在使用 Xamarin 并尝试在 iOS 模拟器中运行我的应用程序之一,但出现此错误:
2015-10-07 12:38:02.715 MolinaCoding1iOS[1550:54337] Unhandled managed exception:
Could not initialize an instance of the type 'UIKit.UIImage': the native 'initWithContentsOfFile:' method returned nil.
It is possible to ignore this condition by setting MonoTouch.ObjCRuntime.Class.ThrowOnInitFailure to false. (System.Exception)
我如何真正忽略这种情况?如果我不应该忽略这个……那我该怎么办?
谢谢
最佳答案
我通过在我的项目上运行“清理”(使用 Visual Studio)解决了这个问题。右键单击您的项目并选择“清理”。之后运行应用程序。
关于ios - 如何将 MonoTouch.ObjCRuntime.Class.ThrowOnInitFailure 设置为 false?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32999376/
我正在使用 Xamarin 并尝试在 iOS 模拟器中运行我的应用程序之一,但出现此错误: 2015-10-07 12:38:02.715 MolinaCoding1iOS[1550:54337] U
我是一名优秀的程序员,十分优秀!