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

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -