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

RocketBootstrap on iOS 13 failed because of "rocketbootstrap_cfmessageportcreateremote" #10

Open
linzhang2015 opened this issue Sep 9, 2020 · 0 comments

Comments

@linzhang2015
Copy link

CFMessagePortRef messageTouchPort = rocketbootstrap_cfmessageportcreateremote(kCFAllocatorDefault, CFSTR(SPRINGBOARD_MACH_PORT_NAME));
if (!messageTouchPort || !CFMessagePortIsValid(messageTouchPort)) {
NSLog(@"************Error: MessagePort is invalid");
return FALSE;
}else{
CFMessagePortInvalidate(messageTouchPort);
CFRelease(messageTouchPort);
return YES;
}

I found this method "rocketbootstrap_cfmessageportcreateremote" failed on iOS13.3, then "************Error: MessagePort is invalid" is printed. What can I do with that?

Thank you very much.

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

1 participant