Can an ipa file built using an emulator type be installed on a real device?

My app runs fine on https://appetize.io/ but crashes on my device.

I don’t have a Mac so I can’t get more information

No – you need a mac.

No mac required, probably because the emulator type cannot be installed on a real device.

Using the method provided by Export-unsigned-ipa-files, I successfully obtained unsigned ipa in other ci/cd.

and successfully installed on my device.

So, my conclusion is that the emulator type cannot be installed on a real device.

appflow is not suitable for me