Wish Latest version of LocalBuilder Version 10 with changes made since the first release

b4x-de

Active Member
Licensed User
Longtime User
Erel, could you please provide an updated version of LocalBuilder for version 10 that includes all the enhancements suggested in the feedback here in the forum since the first version from November? I've lost track and unfortunately I'm not able to implement these changes in my LocalBuilder myself.

I would also like to ask if it would be possible to provide some kind of update package whenever a change is made to the Hosted Builder. I would like to stay up to date with Local Builder.

Thank you very much for your great work!
 

b4x-de

Active Member
Licensed User
Longtime User
I tried other projects and these fail too. I get an error message due to missing MLKitCommon/MLKitCommon.h. But I unziped the latest package you provided in this post:


Now my Libs-folder looks like this:
mlkit-localbuilder-location.png


I use the libraries like this in my code:

B4X:
    #AdditionalLib: MLKit/MLKitCommon.framework.3
    #AdditionalLib: MLKit/MLImage.framework.3
    #AdditionalLib: MLKit/MLKitVision.framework.3
    #AdditionalLib: MLKit/MLKitBarcodeScanning.framework.3
    #AdditionalLib: MLKit/GoogleDataTransport.noheader
    #AdditionalLib: MLKit/GoogleToolboxForMac.noheader
    #AdditionalLib: MLKit/GoogleUtilities.noheader
    #AdditionalLib: MLKit/GTMSessionFetcher.noheader
    #AdditionalLib: MLKit/nanopb.noheader
    #AdditionalLib: MLKit/MLKitXenoCommon.framework.noheader.3
    #AdditionalLib: MLKit/PromisesObjC.noheader

What am I doing wrong?

(May be, I should have posted this question in a new thread...)
 

b4x-de

Active Member
Licensed User
Longtime User
Thank you very much! The same problem with “iRSA.h” that you solved in this post for Hosted Builder also exists for LocalBuilder: https://www.b4x.com/android/forum/t...-in-version-10-00-is-missing-irsa-lib.169669/

It was no problem to add the archive files directly to the LocalBuilder's Libs folder. Now it works.

But I thought I'd better ask whether the library was intentionally missing because it is unofficial, or whether it was accidental because it is an official library. Should the iRSA library be included in the LocalBuilder package?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
But I thought I'd better ask whether the library was intentionally missing because it is unofficial, or whether it was accidental because it is an official library. Should the iRSA library be included in the LocalBuilder package?
I haven't recompiled it yet as a framework. Maybe in the future...
 
Top