MacOS Class is implemented in both xxx
Unsolved
General and Desktop
-
Hi all, first post here, hoping I can get some support with this one.
Trying to build a project for iOS that builds on MacOS without issues and I'm getting the error:
Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x21ccc7678) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103c9c2c8). One of the two will be used. Which one is undefined. Compiling on MacOS M1 for iOS and iOS simulator using QT 6.2.4 which gives me the error shown above. When compiling for MacOS the project compiles without issue.