Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I build NSLoggerViewer for Apple Silicon #307

Open
rickyzhang82 opened this issue Jun 19, 2022 · 1 comment
Open

How do I build NSLoggerViewer for Apple Silicon #307

rickyzhang82 opened this issue Jun 19, 2022 · 1 comment

Comments

@rickyzhang82
Copy link

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

@headcrash13
Copy link

headcrash13 commented Sep 13, 2023

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];

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

No branches or pull requests

2 participants