others-how to solve 'can not see simulators in xcode' problem?
1. Problem
When I want to test in simulators in xcode, I found that I can not see any simulators in xcode. Why did it happen?
2. Solution
just goto target -> build settings– deployment – ios deployment target
change the target to your mac’s compatible target version
because some other user change the target to ios 15, but my mac is not compatitible with ios 15, it can only build ios14, so I change it, now I can see all the simulators:
3. Summary
In this post, I demonstrated how to solve ‘can not see simulators in xcode’ problem. The key point is to change the build target to your mac’s compatible target version. That’s it, thanks for your reading.