XCode 版本名称可以包含字母吗

can xcode version name include alphabets

提问人:veeababu malladi 提问时间:5/24/2018 最后编辑:veeababu malladi 更新时间:1/22/2019 访问量:197

问:

我可以在 xcode 版本中包含 alphbets 吗

iOS的 iPhone Xcode

评论

0赞 Karthick Ramesh 5/24/2018
你能分享你得到的编译错误吗?
0赞 veeababu malladi 5/24/2018
我添加了屏幕截图...对于我使用的每个框架,它都会给我带来错误。
0赞 Karthick Ramesh 5/24/2018
您可以尝试通过 cmd+shift+k 清理 Xcode 项目并退出 Xcode 吗?打开 xcode 并重新运行应用程序。

答:

0赞 Karthick Ramesh 5/24/2018 #1
  • 请尝试按照以下步骤操作
    1. 退出 Xcode。
    2. pod --version(如果不是,请先升级)。
    3. CD #top 级源文件夹#
    4. pod cache clean —-all
    5. pod 分解 ||rm -rf pod
    6. Pod 安装
    7. 启动 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:).