Hello everyone,I get an error when calling the test command.
Command:
xcrun backgroundassets-debug --app-bundle-id com.myCompany --device-id xxx-xxx-xxx-xxx-xxxx --simulate --app-install
xcrun backgroundassets-debug --app-bundle-id com.myCompany --device-id xxx-xxx-xxx-xxx-xxxx --simulate --app-update
xcrun backgroundassets-debug --app-bundle-id com.myCompany --device-id xxx-xxx-xxx-xxx-xxxx --app-periodic-check
I made sure that the --app-bundle-id and --device-id entered are valid and that the simulator runs the project through XCode.But I get the same error message with the 3 sets of commands above:
The requested device to send simulation events to is not available. Verify that the device is connected to this Mac.
My XCode version is 14.1 official version.
I hope someone can help me to find out the problem, thank you very much~