Melwin2317
Melwin2317
Any solution for this? I've done everything, still nothing. I am getting exact same issue for some packages such as like react-native-nfc-manager,react-native-video.ie (in target 'react-native-nfc-manager' from project 'Pods'),(in target 'react-native-video'...
@cipolleschi > ** BUILD FAILED ** > The following build commands failed: > CompileC /Users/donamstechlabs/Library/Developer/Xcode/DerivedData/vidhyadhan-fzcswpsqsxtnykavdwzfwdqxtcoc/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-video.build/Objects-normal/arm64/RCTVideo.o /Users/donamstechlabs/Development/vidhyadhan-mobile-app/node_modules/react-native-video/ios/Video/RCTVideo.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-video' from project 'Pods') (1 failure) This is...
@cipolleschi ```ruby require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' pod 'RNFS', :path => '../node_modules/react-native-fs' # added by developer $RNFirebaseAsStaticFramework = true platform :ios, '12.4' install! 'cocoapods', :deterministic_uuids => false target 'vidhyadhan' do config...
@cipolleschi oh man, you are a life saver. it worked well. I am really happy today.I had been working on this problem for over a week and was starting to...