iOS uses the TestFlight system to restrict app distribution to development and beta build users. Continuous delivery pipelines automatically distribute the compiled builds into TestFlight.
https://en.wikipedia.org/wiki/TestFlight
You can’t run an unsigned executable unless it is side loaded, or the iOS device is jailbroken. iOS is ultimately built to prevent this.