When building sharedXCFramework with kotlin 1.6.20...
# multiplatform
m
When building sharedXCFramework with kotlin 1.6.20, I get a lot of warnings such as this:
Copy code
objc[19402]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1e1e3a098) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x105cd82c8). One of the two will be used. Which one is undefined.
Does anyone know f it's a misconfiguration on my side or something expected?