美文网首页
Property requires fields to be n

Property requires fields to be n

作者: 小小鸟他大爷 | 来源:发表于2024-05-10 11:33 被阅读0次

    提示

    @property(nullable, nonatomic, strong) UIFont *titleFont;    Expected ']' 缺少分号

    很奇怪,感觉这个问题不可能数显

    按着的报错信息

    Expected member name or ';' after declaration specifiers

    Missing '[' at start of message send expression

    Property requires fields to be named

    xcode 给出的修改意见也是不管用的

    发现自己定义了一个这个名字的宏,所以导致了编译不通过的问题,通过修改自己的那个宏,编译就能够通过了

    相关文章

      网友评论

          本文标题:Property requires fields to be n

          本文链接:https://www.haomeiwen.com/subject/hwqefjtx.html