Is there any way to launch app downloaded from app store in iPhone using shell script in real devices
Tried running idevicedebug -u "$DEVICE_UDID" run "$APP_BUNDLE_ID" but getting error Please make sure to mount the developer disk image first:
- Get the iOS version from
ideviceinfo -k ProductVersion. - Find the matching iPhoneOS DeveloperDiskImage.dmg files.
- Run
ideviceimagemounterwith the above path. The os version of phone is 14.4.2 and xcode is 14
I was able to fix this using following steps: