简体   繁体   English

Xcode 8.3.2上的词法或预处理器问题

[英]Lexical or Preprocessor Issue on Xcode 8.3.2

everybody 每个人

I was developing an iOS app on Xcode 8.2 with cocoapods. 我正在使用cocoapods在Xcode 8.2上开发一个iOS应用程序。 And I've upgraded Xcode from v8.2 to v8.3.2 and faced many warnings with corrupted path for every cocoapods framework. 我已经将Xcode从v8.2升级到v8.3.2,并且遇到了许多警告,每个cocoapods框架都有损坏的路径。

"Lexical or Preprocessor Issue: Non-portable path to file 'VVolumesPProjectiiOSPpodsTTarget Support FilesAAlamofire-prefix.pch'; specified path differs in case from file name on disk" “词法或预处理器问题:文件的非可移植路径'VVolumesPProjectiiOSPpodsTTarget支持FilesAlamofire-prefix.pch';指定的路径与磁盘上的文件名不同”

This path is strange and upper letter of library name is changed lower letter when I click warning message. 当我点击警告信息时,这条路径很奇怪,图书馆名称的上半字母被更改为低位字母。 For example, Parse/Parse.h to parse/Parse.h 例如,Parse / Parse.h来解析/ Parse.h

Please help me if you have any suggestion. 如果您有任何建议,请帮助我。

I have encounter the same problem when I duplicate configuration of debug in xcode. 我在xcode中复制debug的配置时遇到了同样的问题。 I resolve this by run pod update, the problem is cocoapod need update. 我通过运行pod更新来解决这个问题,问题是cocoapod需要更新。 Hope this can help you. 希望这可以帮到你。

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

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