【问题标题】:can xcode version name include alphabetsxcode版本名称可以包含字母吗
【发布时间】:2018-11-03 04:43:37
【问题描述】:

我可以在 xcode 版本中包含 alphbets

【问题讨论】:

  • 你能分享你得到的编译错误吗?
  • 我添加了一个屏幕截图...它给我使用的每个框架都会出错。
  • 你可以尝试通过 cmd+shift+k 清理 xcode 项目并退出 xcode。打开 xcode 并重新运行应用程序。

标签: ios iphone xcode


【解决方案1】:
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:).

【讨论】:

    【解决方案2】:
    • 尝试按照以下步骤操作
      1. 退出 Xcode。
      2. pod --version(如果不是,请先升级)。
      3. cd #顶级源文件夹#
      4. pod 缓存清理——全部
      5. 吊舱解体|| rm -rf 吊舱
      6. 吊舱安装
      7. 启动 Xcode 并打开工作区并编译。

    【讨论】:

    • 哇,非常感谢它对我的帮助......也感谢你没有忽略......
    猜你喜欢
    • 2020-06-08
    • 1970-01-01
    • 1970-01-01
    • 2018-09-13
    • 2013-09-25
    • 1970-01-01
    • 2016-01-14
    • 1970-01-01
    相关资源
    最近更新 更多