1,This app could not be installed at this time.
1 | 1.点击模拟器: |
2,cocoapods发布命令
私有:
1 | //验证 |
公共:
1 | //验证 |
#### 私有库制作:
1
2
3 1. 本地仓库路径------> cd ~/.cocoapods/repos
2. 添加远程索引库----> pod repo add xxx git.xxx.git
3. 创建库模板demo---> pod lib create xxx
//找不到库?
rm ~/Library/Caches/CocoaPods/search_index.json
pod update –no-repo-update 更新
### 3, 静态库没法使用 use_frameworks! 标记 ***
pod报错: target has transitive dependencies that include static binaries
参考:https://www.jianshu.com/p/7f6a7e1b3235