iOS Question [solved] "Build failed" fatal error: 'ByteConverter.h' file not found

fredo

Well-Known Member
Licensed User
Longtime User
When trying to extend a B4A project to B4i, the following message appears during compilation:


Extracted errors:
Line 93: /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_roundslider.h:2:9: fatal error: 'ByteConverter.h' file not found
Line 102: /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_myhelper.h:2:9: fatal error: 'ByteConverter.h' file not found
Line 111: /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_scrollinglabel.h:2:9: fatal error: 'ByteConverter.h' file not found
Line 120: /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_swiftbutton.h:2:9: fatal error: 'ByteConverter.h' file not found
Line 129: /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_main.h:2:9: fatal error: 'ByteConverter.h' file not found
Line 139: /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_madewithlove.h:2:9: fatal error: 'ByteConverter.h' file not found
Line 148: /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_localizator.h:2:9: fatal error: 'ByteConverter.h' file not found

I tried this recommendation without success: https://www.b4x.com/android/forum/threads/fatal-error-byteconverter-h-file-not-found.50625/
The library is installed:

Since I installed B4i only recently, it is possible that the cause is the state of my installation (although the usual beginner test projects could be successfully compiled and started - I currently use the hosted builder).

The original project was created in B4A (B4xpages) and has been running flawlessly in production for several weeks.

Does anyone have experience with extending a B4A project to B4i?

Are there any typical error causes I could look for first?

______

Edit: Note - this test project with the iRandomAccessFile library runs fine: https://www.b4x.com/android/forum/t...eator-pixels-drawings-and-more.92050/#content
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…