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

iOS 14b7 crash on launch #9

Open
antiraum opened this issue Sep 9, 2020 · 1 comment
Open

iOS 14b7 crash on launch #9

antiraum opened this issue Sep 9, 2020 · 1 comment

Comments

@antiraum
Copy link

antiraum commented Sep 9, 2020

When running on iOS 14 beta7 my app crashes on launch with the following exception:

-[MBBKnuff advertiser:didNotStartAdvertisingPeer:]: unrecognized selector sent to instance 0x2818c6560
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[MBBKnuff advertiser:didNotStartAdvertisingPeer:]: unrecognized selector sent to instance 0x2818c6560'
@carlullman
Copy link

The problem is that Knuff.m files is missing the optional delegate method for MCNearbyServiceAdvertiserDelegate

-(void) advertiser:(MCNearbyServiceAdvertiser *)advertiser didNotStartAdvertisingPeer:(NSError *)error
{
}

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