Simulator Build without the "Development Build"

Is this possible?

When SDK Version is set to Simulator SDK the “Development Build” text is shown in the app.
If I understand Graham in this post correctly, once the text is there it can’t be removed.

So is there some way we can generate a simulator build without the text?

Which simulator has this text ? The Xcode one ? Never seen this before.

Yes, when the Player/SDK Version is set to Simulator SDK in Unity then the build in Xcode will have this message. The same message like when creating a Debug Build.

No, as Graham said it’s not possible to remove that text since the app was built for the simulator. Uncheck the “Development Build” player setting, select SDK Version = Device SDK and run it on a real device.