Hello all,
I’m experiencing an issue while trying to build my Ionic Capacitor Android release app. The error message I received is as follows:
ServerError: App built, but output not found: app-release-unsigned.apk
This may be caused by an out of date engine spec in config.xml
The debug mode is working normally, the problem is in the release version only.
I tried an empty sample app from ionic capacitor “tabs project” and added voltbuild json and the keys from the volt signer, and the issue persists
Here is the log file : https://apps.volt.build/179386d7-9f90-4573-b722-56c8f9ecf6c7/voltbuilder.log
That’s why I assume that the problem is in voltbuild itself or I’m missing something
Please help