Xcode refuses to upload an archive because “the NSHealthShareUsageDescription key in the Info.plist file is not set,” but the key IS set

i have a HealthKit app, Troi, that uses the Charts framework, which is embedded in the app.

- i have the NSHealthUpdateUsageDescription in both the app’s and the framework’s Info.plist file

- but when i try to upload the generated archive, i get error ITMS-90683


Xcode 8.3.3 (8E3004b)

macOS 10.12.5


i placed supporting materials here:

<https://app.box.com/s/mvoxft8ktswt6cfxn8rr31r0if7x8u8z>

Answered by nerdbrawn in 266907022

this was user error:

· Xcode identifies the dentifies the NSHealthUpdateUsageDescription key

· the project had set the NSHealthShareUsageDescription

after ensuring that both keys are set, i successfully uploaded the archive

Accepted Answer

this was user error:

· Xcode identifies the dentifies the NSHealthUpdateUsageDescription key

· the project had set the NSHealthShareUsageDescription

after ensuring that both keys are set, i successfully uploaded the archive

Xcode refuses to upload an archive because “the NSHealthShareUsageDescription key in the Info.plist file is not set,” but the key IS set
 
 
Q