我用pod安装三方库的时候,pod提示警告
xcode错误 objc-class-ref in AppDelegate.o
当时也没在意,build也能通过,但是打包的时候报错。提示
objc-class-ref in AppDelegate.o这类错误,就一直查这种错误没有解决。脑子开窍了,查了pod的这个错误,在other linker flag中设置$(inherited)就可以了。
xcode错误 objc-class-ref in AppDelegate.o

相关文章:

  • 2021-10-05
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2021-11-03
  • 2021-03-31
  • 2021-04-12
  • 2022-12-23
猜你喜欢
  • 2021-08-27
  • 2022-12-23
  • 2021-05-10
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案