I have created 2 directories under Files\Special
de.lproj
en.lproj
When I try to compile (Tools -> Build Server -> Build Release App) I got the error
B4i Version: 7.20
Parsing code. (0.08s)
Building folders structure. (0.39s)
Running custom action. (0.04s)
Compiling code. (0.34s)
Compiling layouts code. (0.02s)
Building Xcode project. Error
Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
The file InfoPlist.strings.txt has
"CFBundleDisplayName" = "B4i Example";
"CFBundleName" = "B4i Example";
I am still testing my App so B4i Example is also in #ApplicationLabel. I will update the App name when I release the App to the store.
I am using Notepadd++ to create this txt file.
In some other threads I saw problems where the file was not saved as UTF-8. When I check the settings in Notepad++ it looks fine (as described in
this thread.
Did I miss something?