iOS Question iCropView is incompatible with B4i 10.0

winjiadh

Active Member
Licensed User
Longtime User
After I upgraded B4I to version 10.0, my old project app used the iCropView component.
https://www.b4x.com/android/forum/threads/icropview-not-on-mac-hosted-builder.110106/#post-687756
Now I get errors when compiling.
0260511153118.jpg

Does the Hosted Builder no longer support this component? If I use the Local Mac Builder, how should I configure it? Please give me some advice, thank you.
 
Solution
The h file needs to be updated with a simple change. From #import "icore.h" (or something similar) to:
B4X:
#import <iCore/iCore.h>
Top