How can I remove the healthkit framework and source(Metadata Rejected)

It's been a week since I was rejected.

the things I did

a. remake Provisioning, Signing & Capabilities remove

b. info.plist remove  - 

    NSHealthShareUsageDescription, NSHealthUpdateUsageDescription

c. search to Xcode source or HealthKit Api (Don't find): HealthKit, Health, HK..

d. Target - Build Phases - Link Binary With Libraries remove

e. pod update

but..

Metadata Rejected

Where else should I check?


Apple's message : 

However, we continue to find that the previously communicated issue persist.

While you may not have intended to include HealthKit in your app, HealthKit APIs may have been included via third-party platforms implemented in your app. 

Specifically, we were still able to locate HealKit-related keys. 

Alternatively, HealthKit-related keys or references may have been included in your app’s Info.plist, including but not limited to:

/System/Library/Frameworks/HealthKit.framework/HealthKit

Next Steps

To resolve this issue, please remove all HealthKit APIs from your app, as well as any references to HealthKit keys from the info.plist entirely.

Does your project include any external frameworks/dependencies?

e. pod update If any of the pods are using HealthKit internally, updating is not sufficient and you may need to remove them. You might be able to check if your app binary contains HK- or Health-something in the similar way as shown in this post.

maybe.. HealthKit is not an external framework. Added HealthKit in target editor Capabilities tab.

I'll try https://developer.apple.com/forums/thread/658413?answerId=629694022#629694022

but installing Xcode... : (

How can I remove the healthkit framework and source(Metadata Rejected)
 
 
Q