Hi
I am getting the below given error when run an app on iphone device. The screens are created in IB. I am using Trebuchet MS font [Regular, Bold,Italic]
is it due to any UILabel becoming corrupt? Through code I am not using setFont.
Any idea?
I am getting the below given error when run an app on iphone device. The screens are created in IB. I am using Trebuchet MS font [Regular, Bold,Italic]
is it due to any UILabel becoming corrupt? Through code I am not using setFont.
Any idea?
Code:
2009-01-30 14:54:47.492 Shoofa[1008:20b] *** Assertion failure in -[UILabel setFont:], /SourceCache/UIKit/UIKit-747.36/UILabel.m:438
2009-01-30 14:54:47.500 Shoofa[1008:20b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: font != nil'
2009-01-30 14:54:47.510 Shoofa[1008:20b] Stack: (
808221155,
806100820,
808035755,
812497771,
817194548,
818005340,
816291648,
836031656,
836031416,
836029236,
836028412,
807837997,
807836001,
807834471,
827655876,
816145636,
816184028,
8381,
8244
)
terminate called after throwing an instance of 'NSException