cocoapods错误篇

2018-04-03  本文已影响1人  zh_19
  1. The 'Pods-App' target has transitive dependencies that include static framework
    transitive dependencies 传递依赖 说明 库本身依赖了static framework 所以 本库也要是static framework

  2. Encountered an unknown error (The following Swift pods cannot yet be integrated as static libraries:
    swift 不支持 static libraries 去掉 --use-libraries 选项

  3. warning: Could not find remote branch 2.1.15 to clone. fatal: Remote branch 2.1.15 not found in upstream origin
    检测本地repo仓库, 更新到最新

上一篇 下一篇

猜你喜欢

热点阅读