I used to use CoreLocation framework to track user's location and could find Location access in settings(iOS). And now, I decided to get rid of location service and took out all the part related to CoreLocation, which are excluding CoreLocation framework, deleting delegate functions in the source code, removing usage description in info.plist. But I can still see Location access in iOS Settings. What else should I do to get rid of Location access option in iOS Settings(Settings>My App>Location)
(or Is it possibly iOS 15.5 bug?)