Currently I'm facing a problem, that one of my projects can't be built to arm64 simulator when using one of the Google MLKit's pods.
I was searching all around the internet, but couldn't find anything similar to this.
Is it somehow possible to exclude specific pod (in this case Google MLKit) from build to simulator? Or include it only to device builds?
ld: building for iOS Simulator, but linking in object file built for iOS, file 'app/ios/Pods/MLKitBarcodeScanning/Frameworks/MLKitBarcodeScanning.framework/MLKitBarcodeScanning' for architecture arm64
Thanks.