Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created February 3, 2014 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/04e71a37998744db0750 to your computer and use it in GitHub Desktop.
Save saurabh360/04e71a37998744db0750 to your computer and use it in GitHub Desktop.
System.ArgumentNullException: Argument cannot be null.
Parameter name: attributes
at MonoTouch.Foundation.NSAttributedString..ctor (System.String str, MonoTouch.Foundation.NSDictionary attributes) [0x00022] in /Developer/MonoTouch/Source/monotouch/src/build/compat/Foundation/NSAttributedString.g.cs:373
at MonoTouch.Foundation.NSAttributedString..ctor (System.String str, MonoTouch.UIKit.UIFont font, MonoTouch.UIKit.UIColor foregroundColor, MonoTouch.UIKit.UIColor backgroundColor, MonoTouch.UIKit.UIColor strokeColor, MonoTouch.UIKit.NSParagraphStyle paragraphStyle, NSLigatureType ligatures, Single kerning, NSUnderlineStyle underlineStyle, MonoTouch.UIKit.NSShadow shadow, Single strokeWidth, NSUnderlineStyle strikethroughStyle) [0x00000] in /Developer/MonoTouch/Source/maccore/src/Foundation/NSAttributedString.cs:152
at AttributedStringBug.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00055] in /Users/jatin66/Desktop/AttributedStringBug/AppDelegate.cs:34
at at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at AttributedStringBug.Application.Main (System.String[] args) [0x00008] in /Users/jatin66/Desktop/AttributedStringBug/Main.cs:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment