ios - "Non-portable path to file "File.h"; specified path differs in case from file name on disk" warning in bridging header after updating to Xcode 8.3 -


i updated xcode 8.3 , swift 3.1 , got warning in bridging header file, referencing objective-c header file:

non-portable path file "file.h"; specified path differs in case file name on disk

how can resolve this?

it turned out misspelled file's name, correct name "file.h" instead of "file.h". warning appeared because of coming apfs macos.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -