My first time on iOS and having several issues. After converting my code from b4a that was written using b4xpages I had a b4a library that was converted either, changing it to b4xlib
I am getting this error:
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_yslidingpanels.h:1:9: fatal error: 'GoogleMaps.h' file not found
#import "GoogleMaps.h"
I have tested downloading a tutorial with googlemaps and compiling and running on iOS and it worked.
So seems the problem is not googlemaps or my enviroment at least.
there is no GoogleMaps on my library, its purpose is to create something like ASViewPager. The reason of not using ASViewPager is that it does not work well with GoogleMaps.
(is there another option instead ASViewPager that is b4x compatible? so I dont use my library )
Any help?
I am getting this error:
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_yslidingpanels.h:1:9: fatal error: 'GoogleMaps.h' file not found
#import "GoogleMaps.h"
I have tested downloading a tutorial with googlemaps and compiling and running on iOS and it worked.
So seems the problem is not googlemaps or my enviroment at least.
there is no GoogleMaps on my library, its purpose is to create something like ASViewPager. The reason of not using ASViewPager is that it does not work well with GoogleMaps.
(is there another option instead ASViewPager that is b4x compatible? so I dont use my library )
Any help?