in my react native ios app (android works perfect!) I get the following two errors when I try to run the app on the simulator:
The following build commands failed:
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'react-native-video' from project 'Pods')
CompileC /Users/gabriel/Library/Developer/Xcode/DerivedData/wooapp-ecvnzpvdhxltnxeoglpliezckkzc/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-image-picker.build/Objects-normal/x86_64/ImagePickerManager.o /Users/gabriel/Desktop/proyectos/wiii/node_modules/react-native-image-picker/ios/ImagePickerManager.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-image-picker' from project 'Pods')
(2 failures)
I'm not using M1 chip or Rosetta.
"react-native": "0.68.5",
"react-native-image-picker": "^5.1.0",
"react-native-video": "^6.0.0-alpha.4"
I'm also sometimes getting the same error but with react-native-image-picker
It's weird because these are the libraries that I added recently to my project and now they are giving me problems...
I remeber upgrading react-native from 0.64 to 0.68
Did you touch to some build settings as the excluded architecture?
Honestly, I have no idea what this is?
Any idea how to fix this?