我得到以下断言失败:
-[UITextFieldLabel setTextColor:], /SourceCache/UIKit_Sim/UIKit-1448.89/UILabel.m:314 中的断言失败
在这条线上
[self.window makeKeyAndVisible];
在 appDidFinishLaunching 方法中。
Unhandled exception: Debug info are
Invalid parameter not satisfying: color
(
"4 libc++abi.dylib 0x991331fe _Z19safe_handler_callerPFvvE + 15",
"5 libc++abi.dylib 0x99133268 __cxa_bad_typeid + 0",
"6 libc++abi.dylib 0x991342a0 _Z23__gxx_exception_cleanup19_Unwind_Reason_CodeP17_Unwind_Exception + 0",
"7 libobjc.A.dylib 0x0167e416 __objc_personality_v0 + 0",
"8 CoreFoundation 0x0182cef8 +[NSException raise:format:arguments:] + 136"
)
任何帮助,将不胜感激 :)
提前致谢。