在项目中使用MWPhotoBrowser未导入ALAssetsLibrary类库时会导致编译时出现异常:

"_OBJC_CLASS_$_ALAssetsLibrary", referenced from:和clang: error: linker command failed with exit code 1 (use -v to see invocation)

在项目的TARGET的Build Phases中导入AssetsLibrary.framework即可编译成功。

相关文章:

  • 2021-10-28
  • 2022-12-23
  • 2021-05-06
  • 2021-03-28
  • 2021-05-15
  • 2021-06-22
猜你喜欢
  • 2021-12-07
  • 2021-04-21
  • 2022-12-23
  • 2021-11-10
  • 2021-08-24
  • 2021-05-11
相关资源
相似解决方案