提问人:veeababu malladi 提问时间:5/24/2018 最后编辑:veeababu malladi 更新时间:1/22/2019 访问量:197
XCode 版本名称可以包含字母吗
can xcode version name include alphabets
答:
0赞
Karthick Ramesh
5/24/2018
#1
- 请尝试按照以下步骤操作
- 退出 Xcode。
- pod --version(如果不是,请先升级)。
- CD #top 级源文件夹#
- pod cache clean —-all
- pod 分解 ||rm -rf pod
- Pod 安装
- 启动 Xcode 并打开工作区并编译。
评论
0赞
veeababu malladi
5/24/2018
哇,非常感谢它帮助了我......也感谢您没有忽视..
0赞
SAXENA
7/5/2018
#2
enter code here
1.Firstly you set the deployment Target 10.3 (**TARGET**,**PROJECT**).
2.Quite Xcode.
3.open terminal cd Project path.
4.open your pod file ---use openpodfile command.
5.copy all pod file in another text file.
6.delete all pod which is written your podfile.
7.pod install.
after deleting your all pod you are re-paste the pods in podfile.
8.pod install.
enjoy:).
评论