iOS Question ApplicationLabel not set.

gregorio_adrian_gimenez

Active Member
Licensed User
Longtime User
Hi, I'm trying to compile my first app on ios.
when I compile it generates this error, Applicartionlabel not set.


B4i Version: 6.30
Parsing code (0.15s)
Building folders structure. (1.08s)
Compiling code (0.37s)
Compiling layouts code. (0.02s)
Building Xcode project Error
ApplicationLabel not set.

Any idea what it could be?
greetings to all
 

klaus

Expert
Licensed User
Longtime User
It seems that the ApplicationLabel is not set on the top of the code in the IDE:

1583695990447.png


By default it's B4i Example, I suspect that in case it's empty.
You should change it to a meaningful name for your application.

Don't forget to change also the Package name in the Build Configurations window.

1583696176937.png


1583696259294.png
 
Upvote 0
Top