fpillet / NSLogger

A modern, flexible logging tool
Other
5k stars 573 forks source link

How do I build NSLoggerViewer for Apple Silicon #307

Open rickyzhang82 opened 2 years ago

rickyzhang82 commented 2 years ago

HockeySDK has been deprecated. What is the recommendation to build the NSLoggerViewer from scratch for Apple Silicon?

headcrash13 commented 1 year ago

This is a late reply, but since I just had to do this (again), here's the hacky changes I made to get it running (basically just commenting out the HockeySDK) and it works well on Silicon (and Intel, too, I imagine, as this doesn't seem to be a Silicon-only issue):

Line 31:

// #import <HockeySDK/HockeySDK.h>

...and Lines 226-228:

//      BITHockeyManager *shm = [BITHockeyManager sharedHockeyManager];
//      [shm configureWithIdentifier:hockeyAppID];
//      [shm startManager];