My Xcode version is 13.3.1. I have already checked the 15.4 version in DeviceSupport file
[https://i.stack.imgur.com/K9S9L.png]
But the warning still appears and there is still no 15.4 version in Components
[https://i.stack.imgur.com/izHaH.png]
Here is the full warning:
Domain: IDEInstallLocalMacService
Code: 16
Failure Reason: Ứng dụng này yêu cầu phiên bản macOS mới hơn.
Recovery Suggestion: The system version is lower than the minimum OS version specified for bundle at /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.rbQJiN/extracted/Coursera.app. Have 15.2; need 15.4
What have you specified in deployment target ?
It seems you use simulator iOS 15.2 and the deployment target is 15.4.
If it is higher than the simulator version, you get the error.
Just change to 15.2 or below, error should disappear.
Check also deployment info, but should not be the cause of problem.