升级xcode12后,系统库报错 项目里使用了cocos2dx,有用到GameCotroller系统框架,在最新的ios 14中, 这个系统框架多了很多头文件,其中一个GCDevice,但运行的时候却报了系统的错 : Property with ‘retain (or strong)’ attribute must be of object type 没搞懂这是啥原因,我的mac系统也是升级到最新的。 有路过的大神,指点下吗?