Hi,
recently I get warnings when uploading my App to AppStore Connect. The logs say:
The app references non-public selectors in Payload/APPNAME.app/APPNAME: dismissViewController
I don't have a function with that name in my app.
Upon further investigation I found that CareKit implements such function in the OCKContactViewController and it is private.
I only got the warning after switching to Xcode 14.
Is it possible to make that function public to resolve the warning?
Hi,
recently I get warnings when uploading my App to AppStore Connect. The logs say:
I don't have a function with that name in my app.
Upon further investigation I found that CareKit implements such function in the
OCKContactViewControllerand it is private.I only got the warning after switching to Xcode 14.
Is it possible to make that function public to resolve the warning?