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 -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -