Considering that this issue is seen when generating an app, it is likely that it is one of the files in the meta folder.
Either the Application.json, <Module>.json or <DataProvider>.json.
I hope this helps.
Issue was I had merged changes from 2 different branches and had to resolve some conflicts in one of the json files. Afterwards, the .orig file had stuck around and KUIB was apparently trying to use that file since it was in the same directory as the other modules. Deleting the file fixed the issue.
It would be very helpful if KUIB would say what file it is looking at rather than just a position of the error, does KUIB create any generate logs that contain it? Or could we see it in a future update?
Considering that this issue is seen when generating an app, it is likely that it is one of the files in the meta folder.
Either the Application.json, <Module>.json or <DataProvider>.json.
I hope this helps.
Issue was I had merged changes from 2 different branches and had to resolve some conflicts in one of the json files. Afterwards, the .orig file had stuck around and KUIB was apparently trying to use that file since it was in the same directory as the other modules. Deleting the file fixed the issue.
It would be very helpful if KUIB would say what file it is looking at rather than just a position of the error, does KUIB create any generate logs that contain it? Or could we see it in a future update?