objc[9213]: Class PublicKey is implemented in both /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection (0x2372ea000) and /private/var/containers/Bundle/Application/D96878B7-1081-404E-B6E9-06AFB22092DF/PassLock.app/Frameworks/SwiftyRSA.framework/SwiftyRSA (0x101099328). One of the two will be used. Which one is undefined.
——————————————————————————
I'm using SwiftyRSA in an extension, and unfortunately when I launch the extension, the extension crashes, but if I don't launch XCode, everything works fine, but I get this warning in the console. It seems that starting from iOS17, Apple started to refer to your library. I can only use it as my Development Pods for the time being and change some names. But I'd rather you could rename it, otherwise this would be really bad. Thanks!