Hi Apple Dev Community,My app binary recently got rejected in the app review. The reason for this being "my app includes HealthKit but never uses it".However, confusing is HealthKit either doesn't exist or is toggleed "off" for my app IDs, Xcode project and info.plist. Please take a look at below:App IDs: https://ibb.co/fCHhkG0Xcode: https://ibb.co/bN8Qjw6info.plist: https://ibb.co/f2jRgTrAs you can see, HealthKit is turned off for both App IDs and my Xcode project, while there is no entry for it in my info.plist...Apparenly, according to my app review correspondant, my info.plist "contains definitions for NSHealthShareUsageDescription and NSHealthUpdateUsageDescription values". I find this weird as my info.plist contains no such definitions.Does anybody know where exactly these values are stored and how to remove them?Any help is greatly appreciated. Thanks in advance! 🙂