-
Notifications
You must be signed in to change notification settings - Fork 566
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
Use of undeclared identifier 'CNAuthorizationStatusLimited'; did you mean 'PHAuthorizationStatusLimited'? #758
Comments
same issue here :/ |
I fixed this issue by applying patch (patch-package lib.).
This is cool until we get a new update. |
Actually the problem appears because Limited Contacts feature have been added in IOS 18. So just build your app with xcode 16+, which has support for IOS 18. |
I also faced this problem. I can confirm what @trizerr stated, building on xcode 16+ resolved it. Thank you both! |
Thank you both!!!!
…On Mon, 16 Dec 2024, 21:38 Leithen, ***@***.***> wrote:
I also faced this problem. I can confirm what @trizerr
<https://github.com/trizerr> stated, building on xcode 16+ resolved it.
Since I am unable to use xcode 16 in CI at the moment, I tried out
@threeinto3 <https://github.com/threeinto3> solution and that also worked
for me.
Thank you both!
—
Reply to this email directly, view it on GitHub
<#758 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOAZL23HUMSICBFO4W763JD2F5XB7AVCNFSM6AAAAABQAX7JRKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBXGI2TKMRTGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am getting this issue in RCT contacts file while making build for IOS on xcode. I am using current version of react native
0.75.4
.Installation Steps
The text was updated successfully, but these errors were encountered: