About the inspector

Are you trying to test a .ipa file on a Simulator? That will never work. Here’s why:

.ipa file is compiled for ARM processor, like what is on a real device.

You need to build the .app file for x86 processor, which is what your Mac uses. Have your Developers create this for you, or here is another thread where the problem is addressed and solved: