简体   繁体   中英

Lexical or Preprocessor Issue on Xcode 8.3.2

everybody

I was developing an iOS app on Xcode 8.2 with cocoapods. And I've upgraded Xcode from v8.2 to v8.3.2 and faced many warnings with corrupted path for every cocoapods framework.

"Lexical or Preprocessor Issue: Non-portable path to file 'VVolumesPProjectiiOSPpodsTTarget Support FilesAAlamofire-prefix.pch'; specified path differs in case from file name on disk"

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

Please help me if you have any suggestion.

I have encounter the same problem when I duplicate configuration of debug in xcode. I resolve this by run pod update, the problem is cocoapod need update. Hope this can help you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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