热门搜索 :
考研考公
您的当前位置:首页正文

cocoapods错误篇

来源:东饰资讯网
  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仓库, 更新到最新

Top