BonMot icon indicating copy to clipboard operation
BonMot copied to clipboard

Xcode 15 Warnings

Open kattouf opened this issue 2 years ago • 2 comments

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

kattouf avatar Aug 15 '23 09:08 kattouf

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.

ZevEisenberg avatar Aug 15 '23 15:08 ZevEisenberg

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

kattouf avatar Aug 16 '23 14:08 kattouf