可以xcode版本名称包括字母表

时间:2018-05-24 04:44:19

标签: ios iphone xcode

我可以在xcode版本中包含alphbets

2 个答案:

答案 0 :(得分:0)

  • 请尝试按照以下步骤操作
    1. 退出Xcode。
    2. pod --version(如果不首先升级)。
    3. cd #top level源文件夹#
    4. pod cache clean --all
    5. pod deintegrate || rm -rf pods
    6. pod install
    7. 启动Xcode并打开工作区并编译。

答案 1 :(得分:0)

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:).