Reset iOS Simulator Permissions
you can reset iOS Simulator permissions for your app without erasing the whole simulator
1
xcrun simctl privacy booted reset all <com.your.bundle.id>
This clears things like Contacts, Location, Camera, Photos, etc., so the next time your app asks, you’ll see the system permission prompt again.
Super handy for testing different permission flows