Vocabulary or preprocessor issue on Xcode 8.3.2

all

I was developing an iOS app on Xcode 8.2 using cocoapods. And I updated Xcode from v8.2 to v8.3.2 and faced many broken outline warnings for each cocoapods framework.

"Problem with vocabulary or preprocessor: not portable file path 'VVolumesPProjectiiOSPpodsTTarget Support FilesAlamofire-prefix.pch'; specified path is different in case of file name on disk

This path is weird and the upper letter of the library name changes to the lower letter when I click the warning message. For example, Parse / Parse.h to parse /Parse.h

Please help me if you have any suggestions.

+3


source to share


1 answer


I am facing the same problem when I duplicate the debug configuration in xcode. I resolve this by doing pod update, problem is cocoapod update. Hope this helps you.



0


source







All Articles