You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi Guys!
I compiled your library in
Xcode 15.0 Beta 6 (15A5219j)
and received the following warnings: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
The text was updated successfully, but these errors were encountered: