X-code - Class implemented in both, issue

Macos Monterey version 12.4, chip Apple M1 MAX Xcode 13.4.1 Build version 13F100

I'm trying to build a React-native/expo app through Xcode, it gets stuck trying to open the project with an endlessly spinning wheel. I tried a few solutions found in stack over flow and here, but nothing worked for me. I have removed xcode and install it again a couple of time. Do you have a idea, where does it come from ? THX anyway

Logs from XCBBuildService :

/Applications/Xcode.app/Contents/MacOS/Xcode ; exit; ➜ ~ /Applications/Xcode.app/Contents/MacOS/Xcode ; exit; objc[33970]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x212aaf640) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e202c8). One of the two will be used. Which one is undefined. objc[33970]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x212aaf690) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e20318). One of the two will be used. Which one is undefined. objc[33970]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x212aaf458) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e204f8). One of the two will be used. Which one is undefined. objc[33970]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x212aaf4a8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e20548). One of the two will be used. Which one is undefined. objc[33970]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x212aaf4f8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e20598). One of the two will be used. Which one is undefined. objc[33970]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x212aaf548) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e205e8). One of the two will be used. Which one is undefined. objc[33970]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x212aaf598) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e20638). One of the two will be used. Which one is undefined. objc[33970]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x212aaf5e8) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103e20688). One of the two will be used. Which one is undefined. 2022-07-04 12:14:36.282 Xcode[33970:736689] nil host used in call to allowsSpecificHTTPSCertificateForHost

Don't worry, this should have no effect on the app. Compiler just selects one of the 2 (probably identical) copies of the library.

Can you tell me if you need more information about this issue... i'm facing a real problem, i can't build IOS app... What is possible to do. Xcode is stock in infinity loading, with the rainbow circle, even after a re-installation... all the time i try to build a IOS app... i have tried with a blank project building with expo cli and i have the same result. How can i debug this... which tools I can use ? Thx anyway

X-code - Class implemented in both, issue
 
 
Q