The extension itself has no assets, all classes are included in the code, and it compiles perfectly using Fast CLI. I suspect the issue may be related to project-level integration, metadata parsing, or platform-specific build constraints, but I am unable to identify the root cause.
Has anyone faced similar issues with large or complex extensions built via Fast CLI? @JEWEL@Taifun@vknow360@Still-learning and all Extension developerβs Any guidance on resolving this project compilation error would be appreciated.
The type in component_build_infos.json was pointing to com.jamar.onesignalextension.OneSignalExtension.
I simply corrected it to com.jamar.onesignalextension, thus matching the folder structure.
And also renamed the app to com.jamar.onesignalextension.aix
Now the app builds correctly.