Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Cannot upload ONLY dSYM using ipa distribute:hockeyapp #43

Closed
toblerpwn opened this issue May 29, 2013 · 3 comments
Closed

Cannot upload ONLY dSYM using ipa distribute:hockeyapp #43

toblerpwn opened this issue May 29, 2013 · 3 comments

Comments

@toblerpwn
Copy link

HockeyApp's /app_versions/upload endpoint does NOT require an IPA (as long as a dSYM is specified), but shenzhen's ipa distribute:hockeyapp cannot proceed without an IPA file.

More info here: http://support.hockeyapp.net/kb/api/api-upload-new-versions

I use HockeyApp for crash reporting (only), which only requires dSYM (for symbolication of production crashes). The IPA is a large and unnecessary upload in terms of both bandwidth and our limited HockeyApp storage.

This is a fairly common use case among the app developers I know. Would be awesome to support it. :)

@mattt
Copy link
Contributor

mattt commented May 30, 2013

Sure, that's easy enough to support, and doesn't have much downside (now a warning is printed instead of printing an error and aborting). 2cbc52a adds just that. I'll cut a new release once I get through the rest of the outstanding issues & pull requests. Cheers!

@mattt mattt closed this as completed May 30, 2013
@toblerpwn
Copy link
Author

you're a glorious king - thanks my man :)

@toblerpwn
Copy link
Author

Hey mattt - there are a couple issues with this change. I've created Issue #44 for your info. :)

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

No branches or pull requests

2 participants