I am using Xcode Version 14.0.1 (14A400) & Mac OS Monterey 12.6 &
pod 'Firebase/MLVision'
pod 'Firebase/MLVisionTextModel'
When I run the app on the real device it works fine. When I run on the simulator it shows the below error:
error build: In../Pods/FirebaseMLCommon/Frameworks/FirebaseMLCommon.framework/FirebaseMLCommon(aligned_new_bca0ac320467a2457b3e306bfed17856.o), building for iOS Simulator, but linking in object file built for iOS, file '/Volumes/Mydocument/Workspace/IOS/Runnig/bcbl-ios-app/Pods/FirebaseMLCommon/Frameworks/FirebaseMLCommon.framework/FirebaseMLCommon' for architecture arm64
Please help to solve the problem