简体   繁体   English

Xcode解析问题-无法识别的平台名称ios _CLImageEditorViewController.m

[英]Xcode Parse Issue -Unrecognized platform name ios _CLImageEditorViewController.m

I have added CLImageEditor in pod like pod 'CLImageEditor'. 我已经在像pod'CLImageEditor'这样的pod中添加了CLImageEditor。 But I am getting this error: 但我收到此错误:

在此处输入图片说明

I am transferring code from another mac. 我正在从另一台Mac传输代码。 In new mac Podfile.loc file CLImageEditor version is 0.2.2 and my previous mac having 0.2.0 .So please help 在新的Mac Podfile.loc文件中,CLImageEditor版本为0.2.2,而我以前的Mac为0.2.0。所以请帮助

The @available syntax you're using is new to Xcode 9. 您使用的@available语法是Xcode 9的新功能。

Are you sure you're using Xcode 9 on the new Mac? 您确定要在新Mac上使用Xcode 9吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM