I can build a local version of my app in Xcode and have it installed on my iPhone 13 simulator. The installed application works fine
However, I am unable to use appium inspector or wdio. The application will install to the simulator, but then the app stays on the splash screen and after a while will try to reinstall.
For sanity, I tried UIKitCatalog.app and placed it in the same directory. The appium can launch this perfectly.
How come my app works in Xcode but not appium? Are there additional build configurations that need to be done for Appium to use it successfully
appium.log (33.6 KB)