一 :方法说明
在mac终端下,进入到.a文件目录下,然后输入:

lipo -info libMyAlertView.a
Architectures in the fat file: libMyAlertView.a are: i386 armv7 x86_64 arm64

说明libMyAlertView.a 支持 armv7 i386 x86_64 arm64 这些,所以可以放心使用到项目中。


二:具体操作方式

如图:
模拟器的架构是 i386 或者 x86的
真机上的架构是 armv7 或者arm64的

iOS端库文件如何判断是否可以在模拟器上使用

iOS端库文件如何判断是否可以在模拟器上使用

相关文章:

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