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

Xcode 15 Warnings #432

Open
kattouf opened this issue Aug 15, 2023 · 2 comments · May be fixed by #433
Open

Xcode 15 Warnings #432

kattouf opened this issue Aug 15, 2023 · 2 comments · May be fixed by #433

Comments

@kattouf
Copy link

kattouf commented Aug 15, 2023

Hi Guys!
I compiled your library in Xcode 15.0 Beta 6 (15A5219j) and received the following warnings:

Screenshot 2023-08-15 at 15 59 16

Forming 'UnsafeMutableRawPointer' to a variable of type 'NSString'; this is likely incorrect because 'NSString' may contain an object reference.

Could you please fix this in future releases?
You can find information about this new warning and suggested solutions in proposal

@ZevEisenberg ZevEisenberg linked a pull request Aug 15, 2023 that will close this issue
@ZevEisenberg
Copy link
Collaborator

I opened a PR (linked above) that fixes the issue. However, I'm having trouble getting it through CI because it looks like there may be a problem with the Xcode 13 runner. We should update to at least Xcode 14 anyway, but I probably don't have time to look at it at the moment. If you'd like to take a crack at it, please feel free. Otherwise, you can at least use the branch for the above PR to resolve the warnings for now.

@kattouf
Copy link
Author

kattouf commented Aug 16, 2023

Thanks for the prompt response, we are comfortable waiting until Xcode 15 RC/GM releases

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

Successfully merging a pull request may close this issue.

2 participants