//此问题修复完成后,需要编译以下工程才能看到效果

Property 'lMenuTimes' requires method 'lMenuTimes' to be defined - use @synthesize, @dynamic or provide a method implementation

//当一个有返回值的方法,缺少返回值时,会报如下警告

relessorder/MenuController.m: warning: Semantic Issue: Control may reach end of non-void function

//不相容的指针 

Incompatible pointer to integer conversion returning 'void *' from a function with result type 'NSInteger' (aka 'int')

//assigning 分派

Incompatible pointer types assigning to 'UIViewController *' from 'MultiDownloaderViewController *'

//隐式转换出现不兼容

Implicit conversion from enumeration type 'UITableViewCellEditingStyle' to different enumeration type 'UITableViewCellSelectionStyle'

相关文章:

  • 2022-12-23
  • 2022-01-02
  • 2021-05-12
  • 2021-06-19
  • 2021-08-25
  • 2021-08-09
  • 2021-09-07
  • 2022-12-23
猜你喜欢
  • 2021-08-27
  • 2021-08-19
  • 2021-10-06
  • 2021-12-31
  • 2021-07-09
  • 2021-09-03
  • 2022-12-23
相关资源
相似解决方案