iOS Question Compilation time and auto-increment build version for B4i

elpic76

Member
Licensed User
Longtime User
Good morning,
taking inspiration from the thread of B4A "Compilation time and auto-increment build version"
(https://www.b4x.com/android/forum/t...d-auto-increment-build-version.64183/#content) I tried to implement for B4i too.
So I tried with the following:
B4X:
#CustomBuildAction: 2, C:\Program Files\Java\jdk1.8.0_25\bin\java.exe, -jar C:\b4x_compile_version\compiletime.jar
and I have the following error:
B4X:
B4i Version: 4.81
Parsing code.    Error
Invalid build step: 2
While if i use the following the compilation starts ok:
B4X:
#CustomBuildAction: 1, C:\Program Files\Java\jdk1.8.0_25\bin\java.exe, -jar C:\b4x_compile_version\compiletime.jar
So using build step equal to 1 is it possible to obtain the same functionality of the B4A?
What are the build step allowed values and what do they mean?

Best regards.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…