with the new compiler based on xcframeworks is it necessary to recompile all the B4I libraries we created to make them work correctly?
If we recompile them will they work with those who have an older version of B4i?
Recommended but not mandatory. To use an old library with B4i v10+ you need to update its header file and change the imports of frameworks. For example:
B4X:
#import <iCore/iCore.h>
#import "iSD_CreativeBackground.h" //not needed because it references a non-framework library
#import <iXUI/iXUI.h>
#import <iBitmapCreator/iBitmapCreator.h>
Note that old libraries will not work with ARM simulators.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.