問題1.
We noticed that your app uses HealthKit, but your app does not appear to include any primary features that require health or fitness data.
The intended use of HealthKit is to share health or fitness data with other apps or devices, and it should be used only in apps that require this data as a part of the app's core functionality.
Next Steps
To resolve this issue, please remove any HealthKit functionality from your app, as well as any references to this app’s interactivity with HealthKit from the app or its metadata.
翻看代碼,確實沒有使用到HealthKit.最后想起來App ID,查看果然開啟了。

綜上:
1.關閉你項目中的capabilities里面的HealthKit
2.代碼檢查下是否使用HealthKit框架
3.去apple developer賬號里面檢查app id,關閉HealthKit
4.刪除相關證書和配置文件,重新制作。
5.如果你的項目中沒有使用HealthKit,這些權限提醒就不要加
健康分享權限:Privacy - Health Share Usage Description
健康更新權限:Privacy - Health Update Usage Description
運動使用權限:Privacy - Motion Usage Description
6.打包發(fā)布,等待結果。