Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Extension Info.plist when submitting to TestFlight / iTunesConnect #14

Open
gylippus opened this issue Aug 29, 2015 · 0 comments

Comments

@gylippus
Copy link

Has anyone able to submit a watch OS2 app using healthkit to Apple successfully? I keep running into this error:

ERROR ITMS-90362" :Invalid Info.plist value. The value for the key 'UIRequiredDeviceCapabilities' in bundle {bundle name} is invalid. Expecting array with a single string value of watch-companion'

Have been using the same entry as in the example:

<key>UIRequiredDeviceCapabilities</key>
    <array>
        <string>healthkit</string>
    </array>

That is what won't submit. If i change the string to watch-companion then the watch app will never start and is broken.

screen shot 2015-08-29 at 9 23 31 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant