mrienstra / barchat

BarChat
0 stars 0 forks source link

Error Logging (HockeyApp and/or Weinre) #53

Open clearhythm opened 10 years ago

clearhythm commented 10 years ago

Quick stab at trying to get console output of connected users so we can diagnose and trouble shoot potential problems during launch event.

clearhythm commented 10 years ago

Here's the steps involved to integrate HockeyApp SDK into our iOS binary. I've already done this on my codebase but documenting it here in case others (e.g., Mikey) or if I need to do it again...

1) Go to this page and follow instructions to download MAC client: http://support.hockeyapp.net/kb/client-integration-ios-mac-os-x/hockeyapp-for-ios

2) Follow the instructions in the installer, note that you'll need to add a few libraries to your xCode project. Here's some helpful screenshots on how to do that: http://hockeyapp.net/help/runscriptbuildphase/ http://stackoverflow.com/questions/19337890/how-to-add-an-existing-framework-in-xcode-5

3) In the final step of the installer, it will tell you to modify the UIApplicationDelegate.m file. This file does not exist (perhaps it isn't used in XCode 5?) In any event, you should make the changes to the AppDelegate.m file instead.

4) Once the installer is done, you should be able to do the test build as per the instructions and receive a success page saying that you've successfully completed the SDK installation.

HERE'S SOME OTHER USEFUL REFERENCES: http://support.hockeyapp.net/kb/client-integration-ios-mac-os-x/hockeyapp-for-mac-os-x http://hockeyapp.net/help/sdk/ios/3.6-b.1/ http://hockeyapp.net/help/sdk/ios/3.6-b.1/docs/docs/Guide-Installation-Setup.html