Hello,
I updated to latest version and i have this error:
B4X:
ld: library 'iFLAnimatedImage' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Error: ** BUILD FAILED **
The following build commands failed:
Ld /Users/ereluziel/Documents/UploadedProjects/<user id>/Payload/fitbook.gr.app/fitbook.gr normal (in target 'B4iProject' from project 'B4iProject')
(1 failure)
I downloaded the two files mentioned here but error persists.
I was missing a cross platform, animated gif view, so created one. Usage is simple: Add with the visual designer and call SetGif to set the gif file. The B4i implementation depends on FLAnimatedImage open source project: https://github.com/Flipboard/FLAnimatedImage The B4A implementation is...