IOS编译时有时出现这样的错误,要注意,错误不在Undefined for architecture i386,而是下面下划线开头的变量没定义,此时需要导入libz到项目即可。

Undefined symbols for architecture i386:   "_crc32", referenced from:

 

Undefined symbols for architecture i386:   "_crc32", referenced from:

相关文章:

  • 2021-11-02
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2021-07-04
  • 2021-04-10
相关资源
相似解决方案