New user running into iOS5.0 compilation problems
Hi,
I am a new user switching from TestFlight. I am looking for a step-wise documentation for installing HockeyKit/QuincyKit for iOS. I tried to copy-paste the distribution into my project, but the first problem I ran into is that it uses iOS4.0 memory management stuff such as "autorelease" and such. Is it supposed to wordt for iOS5.0+? If so, where can I find step-by-step instruction on how to make it work?
Thank you,
Andrej
Support Staff 2 Posted by Thomas Dohmke on 23 Jun, 2012 08:21 AM
Hi Andrej,
I guess your project uses ARC. You can use our SDK, but have to set some compiler setting, see this how-to:
http://support.hockeyapp.net/kb/client-integration/hockeyapp-and-au...
Please let me know if you have any further questions.
Kind regards,
Thomas
3 Posted by Andrej van der Zee on 23 Jun, 2012 08:36 AM
Hi Thomas,
Thanks for your fast reply.
> I guess your project uses ARC. You can use our SDK, but have to set some compiler setting, see this how-to:
> http://support.hockeyapp.net/kb/client-integration/hockeyapp-and-automatic-reference-counting-arc
I did not know I could switch ARC off on a per-file basis in one
project, thanks for teaching me.
I have one more question. Is it possible to send logging output from
devices to HockeyApp server and view it online? Preferably by
redefining the NSLog in a macro?
Thank you,
Andrej
Support Staff 4 Posted by Thomas Dohmke on 23 Jun, 2012 08:37 AM
Hi Andrej,
we don't have a remote logging feature at the moment, but it is on our roadmap.
Kind regards,
Thomas