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

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

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 -