1.现象

1 ld: warning: embedded dylibs/frameworks only run on iOS 8 or later
2 ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/DemoSDK.framework/DemoSDK) for architecture arm64
3 clang: error: linker command failed with exit code 1 (use -v to see invocation)

2.原因

  主要是因为DemoSDK.framework支持的最低开发环境为8.0,而使用该framework的工程支持版本为8.0以下(如6.0)。

3.解决方案

  选择低版本的开发环境,重新编译DemoSDK.framework后使用。

相关文章:

  • 2022-02-11
  • 2021-10-15
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-04-24
  • 2022-12-23
猜你喜欢
  • 2021-06-17
  • 2021-12-18
  • 2022-12-23
  • 2021-05-20
  • 2021-06-18
  • 2021-11-22
相关资源
相似解决方案