On what port is your runtime running?
We recommend keeping the Runtime port in your configuration on 8080. If you change it, do not change it to 8083, because that is designated for app packaging. In your package, as the runtime is set to port 8083, an issue occurs (as the app packaging cannot start, as the port it wants to use is occupied).
Please refer to the following link:
https://docs.mendix.com/howto/mobile/common-issues#2-1-port-issues
If that doesn’t help, could you share the native_packager_log.txt from the '../deployment/log' folder from the project?