首页 热点专区 小学知识 中学知识 出国留学 考研考公
您的当前位置:首页正文

cocoapods错误篇

2024-12-06 来源:要发发知识网
  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仓库, 更新到最新

显示全文