iOS Question v10.0.0 update error compilation in release first time

MarcoRome

Expert
Licensed User
Longtime User
Hi All.
Even though I updated the B4XGifView library (1.20), I noticed that if I compile the project directly in Release mode, I get the following error:

ld: library 'iFLAnimatedImage' not found

If i first compile the same project in debug mode (no errors) and then in Release mode, the error no longer occurs.
 

MarcoRome

Expert
Licensed User
Longtime User
The problem only occurs the first time. Afterwards, even if you clean the project and recompile it, everything is fine.
I tried compiling the B4XGifView sample project and had no problems.
 
Upvote 0
Top