iOS Question [SOLVED] B4i v10.0 error during compile - referencing iTableView.h and iGoogleMaps.h [file not found]

aminoacid

Active Member
Licensed User
Longtime User
I'm compiling an App with v10.0 that compiled and ran fine with v8.90. I get the following error:

1763594883164.png


These are the libraries I am using:

1763594964895.png



All other Apps that don't use iTableview compile and run fine with v10.0. Running on iOS 18.3.1 on an iPad

*************
This may be related, but I have ANOTHER app that also does not compile with a similar error. It uses the iGoogleMaps Library and the error message is:

UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_googlemapsextra.o
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_googlemapsextra.m:8:9: error: 'iGoogleMaps.h' file not found (in target 'B4iProject' from project 'B4iProject')

Note: I did update the GoogleMaps bundle to the latest versions specified in the updated (Nov 5th 2025) GoogleMaps Tutorial and also set #MinVersion: 16

Complete Logs Attached
 

Attachments

  • iTableViewError.txt
    48.1 KB · Views: 7
  • iGoogleMapsError.txt
    64.8 KB · Views: 5
Last edited:
Solution
FIRST ISSUE RESOLVED with "iTableView.h not found" error:

The first issue with iTableView.h was resolved by replacing the (deprecated) iTableView Library with iUI8.

SECOND ISSUE RESOLVED with "iGoogleMaps.h not found" error:

This issue was resolved by replacing GoogleMapExtra.bas with Version 2.15 from the updated iGoogleMaps (Nov 5th 2025) Tutorial. And of course update the GoogleMaps bundle with the new one from the updated Tutorial.

Happy to say that all my Apps have now been successfully migrated over to B4I v10.0 :)

aminoacid

Active Member
Licensed User
Longtime User
FIRST ISSUE RESOLVED with "iTableView.h not found" error:

The first issue with iTableView.h was resolved by replacing the (deprecated) iTableView Library with iUI8.

SECOND ISSUE RESOLVED with "iGoogleMaps.h not found" error:

This issue was resolved by replacing GoogleMapExtra.bas with Version 2.15 from the updated iGoogleMaps (Nov 5th 2025) Tutorial. And of course update the GoogleMaps bundle with the new one from the updated Tutorial.

Happy to say that all my Apps have now been successfully migrated over to B4I v10.0 :)
 
Last edited:
Upvote 0
Solution
Top