

"facebook::react::systemJSCWrapper()", referenced from: _RCTNSErrorFromJSErrorRef in RCTJSCErrorHandling.o "facebook::react::customJSCWrapper()", referenced from:

"facebook::react::parseTypeFromHeader(facebook::react::BundleHeader const&)", referenced from: Which I've also tried to fix by changing the Pods project to Build Active Architectures = No
#React native ios pod archive
Ld: warning: ignoring file /Users/me/Documents/Development/Project/ios/build/Build/Products/Debug-iphonesimulator/libyoga.a, file was built for archive which is not the architecture being linked (x86_64): /Users/me/Documents/Development/Project/ios/build/Build/Products/Debug-iphonesimulator/libyoga.a Ld: warning: ignoring file /Users/me/Documents/Development/Project/ios/build/Build/Products/Debug-iphonesimulator/libReact.a, file was built for archive which is not the architecture being linked (x86_64): /Users/me/Documents/Development/Project/ios/build/Build/Products/Debug-iphonesimulator/libReact.a Ld: warning: ld: warning: ignoring file /Users/me/Documents/Development/Project/ios/build/Build/Products/Debug-iphonesimulator/libRNKeychain.a, file was built for archive which is not the architecture being linked (x86_64): /Users/me/Documents/Development/Project/ios/build/Build/Products/Debug-iphonesimulator/libRNKeychain.aignoring file /Users/me/Documents/Development/Project/ios/build/Build/Products/Debug-iphonesimulator/libRNVectorIcons.a, file was built for archive which is not the architecture being linked (x86_64): /Users/me/Documents/Development/Project/ios/build/Build/Products/Debug-iphonesimulator/libRNVectorIcons.a I've tried so many different things and it cannot find these symbols.Īlso get these warnings which probably has something to do with it: And these undefined symbols' headers I can locate in Pods/Headers/React/React, which is strangely 2 React folders deep, is that correct? However Xcode does not show a React folder in the Pods project's Pods folder, despite it being there in Finder (but this seems to be normal according to other guides I've found).
#React native ios pod code
Ld: symbol(s) not found for architecture x86_64Ĭlang: error: linker command failed with exit code 1 (use -v to see invocation) + in libreact-native-blur.a(VibrancyViewManager.o) + in libreact-native-blur.a(BlurViewManager.o) + in libRNImageCropPicker.a(ImageCropPicker.o) _OBJC_METACLASS_$_VibrancyViewManager in libreact-native-blur.a(VibrancyViewManager.o) _OBJC_METACLASS_$_BlurViewManager in libreact-native-blur.a(BlurViewManager.o)

"_OBJC_METACLASS_$_RCTViewManager", referenced from: _OBJC_CLASS_$_VibrancyViewManager in libreact-native-blur.a(VibrancyViewManager.o) _OBJC_CLASS_$_BlurViewManager in libreact-native-blur.a(BlurViewManager.o) "_OBJC_CLASS_$_RCTViewManager", referenced from: "_OBJC_CLASS_$_RCTRootView", referenced from: Objc-class-ref in libRNImageCropPicker.a(ImageCropPicker.o) "_OBJC_CLASS_$_RCTConvert", referenced from: "_OBJC_CLASS_$_RCTBundleURLProvider", referenced from: Undefined symbols for architecture x86_64: Modify the package.json file fill it content indicated in the documentation: You can get the non working project on the following repo: Those errors occur while building module 'yoga' imported from React/Base/RCTConvert.h
