iOS Question warning: non-portable path to file ''icustomlistview.h"

D

Deleted member 103

Guest
Hello,
can someone tell me what this error message means?
This error message and more come in debug and relaese mode.

/Users/<user id>gozza/Documents/B4iBuild-Server/Libs/iPreferenceMenu.h:316:9: warning: non-portable path to file '"iCustomListView.h"'; specified path differs in case from file name on disk [-Wnonportable-include-path]
#import "icustomlistview.h"

upload_2018-11-20_20-59-42.png
 
D

Deleted member 103

Guest
It happens because the file name case doesn't match the declared header case. It shouldn't cause an error.
Does the error have to do with lower/upper case?

Tip: there is no reason to use iCustomListView. xCustomListView is better.
You are certainly right, but I have persolalized my "iCustomListView" and it works well for me.
 
Upvote 0
D

Deleted member 103

Guest
Yes. But it is not an error. It is a warning.
However, this warning is only a small part of this compiler error (see Appendix).
This project can compile as a debug and library but not as an app, as an app I get these error messages.

Erel, if you want, I can send you the project.
 

Attachments

  • b4i_compiler_error.txt
    50.5 KB · Views: 348
Upvote 0
D

Deleted member 103

Guest
What is mpreferencemenu? Is this a class? Is it included in your project?
This is a code module used to test the project.
upload_2018-11-22_7-43-8.png
 

Attachments

  • mPreferenceMenu.bas
    3.2 KB · Views: 307
Upvote 0
Top