local.ERROR:异常'Symfony \ Component \ Debug \ Exception \ FatalErrorException',在D:\ b7c5702095ce08f079bddb25840d3c122657b351.php:60
中找不到消息'类'会话'找不到'答案 0 :(得分:1)
您需要使用正确的类名并将其与名称空间一起使用:
textField.attributedPlaceholder =
[[NSAttributedString alloc] initWithString:@"yourPlaceHolderName" attributes:@{NSForegroundColorAttributeName: yourColor, NSFontAttributeName : yourFont}];
}
或者在班级顶部添加命名空间:
\Season::
然后使用没有命名空间的类:
use Session;