nomad-cli / shenzhen

CLI for Building & Distributing iOS Apps (.ipa Files)
MIT License
4.65k stars 493 forks source link

Invalid WatchKit Support #254

Closed AnYuan closed 9 years ago

AnYuan commented 9 years ago

Hi, great tool !

I have one problem when uploading ipa to iTunes Connect: Invalid WatchKit Support - The bundle contains an invalid implementation of WatchKit. The app may have been built or signed with non-compliant or pre-release tools.

I think it is because of the format of the ipa file.

could you please help me. Thanks a lot

hjanuschka commented 9 years ago

same issue here - if building via xcode and submiting via xcode it works if building via ipa it compplains about invalid binary

any news on that?

jaikumar-b commented 9 years ago

Same here. Any updates?

jaikumar-b commented 9 years ago

This PR seems to solve the issue https://github.com/nomad/shenzhen/pull/258

mattt commented 9 years ago

Fixed by #258.

AnYuan commented 9 years ago

Thanks!