You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the error below, only on Ad-Hoc version, when I click to open an image :
"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."
If I set the ThrowOnInitFailure condition to false the check Image is not displayed.
Thanks,
Daniel
The text was updated successfully, but these errors were encountered:
I am getting the error below, only on Ad-Hoc version, when I click to open an image :
"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."
If I set the ThrowOnInitFailure condition to false the check Image is not displayed.
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: