iOS Question [SOLVED] Each time compiling release on hosted builder receiving a different error message although nothing has changed

b4x-de

Active Member
Licensed User
Longtime User
Hi,

My app is compiling without any problems in debug mode on hosted builder. And it was compiled the last time on June, 15th without any problems in release mode on hosted builder. I deployed it to Apple Test Flight successfully.

Now I had to correct a typo and changed a single line in code.

My app is still compiling without any problems in debug mode. But I receive random errors in release mode. Random means each time I try to compile I receive a different error message. I do not change anything, try to run it again and receive a different error. I can’t find any reason for this in the log provided.

Please find two examples I attached to this post. Could someone please give me a hint what I am doing wrong.

Thanks!
Thomas

Update: I forgot to mention that I tried primary and secondary builder. Each builder reports different errors in release mode.

I also completely forgot to mention that I switched from B4i 6.80 to B4i 7.20 recently. So last compiling on June 15th was with B4i 6.80. Now I’m compiling with B4i 7.20. But on local builder it compiles even with B4i 7.20 in debug and release mode.
 

Attachments

  • error2.txt
    11.7 KB · Views: 134
  • error1.txt
    10.6 KB · Views: 133
Last edited:

JordiCP

Expert
Licensed User
Longtime User
Did you try switching to the secondary server?

Which is your project's iOS #Minversion? If lower than 12, try to change it and build again.
 
Upvote 0

b4x-de

Active Member
Licensed User
Longtime User
Thanks a lot, I was setting #MinVersion: 12 Now it compiles in release mode without any problems!
 
Last edited:
Upvote 0
Top