On my project I have some libraries built for 'iOS' only. They work just fine for the App store and also for the Mac M1 build (Deisgned for Ipad).
I can't understand why I have this error with Apple Vision Pro (defined for iPad).
Building for 'iOS-simulator', but linking in object file (libxxx.a[arm64][24]) built for 'iOS'
Shouldn't Apple Vision Pro simulator use the same Mac M1 build process?