【发布时间】:2018-11-03 04:43:37
【问题描述】:
我可以在 xcode 版本中包含 alphbets
【问题讨论】:
-
你能分享你得到的编译错误吗?
-
我添加了一个屏幕截图...它给我使用的每个框架都会出错。
-
你可以尝试通过 cmd+shift+k 清理 xcode 项目并退出 xcode。打开 xcode 并重新运行应用程序。
我可以在 xcode 版本中包含 alphbets
【问题讨论】:
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:).
【讨论】:
【讨论】: