I downloaded a library to the forum and copied the three files (XML to h) in the library folder.
Now the library appears to me in the list of the libraries in the IDE, but at the time of compiling it tells me that the file h is missing. Yet the h file is present in the library folder.
I use the remote Server Builder to compile. I guess you're looking for the h file in the server while it's on my pc.
How do you solve it?
Now the library appears to me in the list of the libraries in the IDE, but at the time of compiling it tells me that the file h is missing. Yet the h file is present in the library folder.
I use the remote Server Builder to compile. I guess you're looking for the h file in the server while it's on my pc.
How do you solve it?
In file included from /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.m:2:
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.h:2:9: fatal error: 'libraryname.h' file not found
#import "libraryname.h"
^~~~~~~~~~~~~~~~