Can I include alphbets in xcode version
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
- Try following the below steps
- quit Xcode.
- pod --version (if its not pls upgrade first).
- cd #top level source folder#
- pod cache clean —-all
- pod deintegrate || rm -rf pods
- pod install
- launch Xcode and open workspace and compile away.
回答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:).