i integrated react native for my IOS project and encountered this problem, below is my podfile
require_relative '../node_modules/react-native/scripts/react_native_pods'require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
platform :ios, '13.0'
target 'TEST' do
Comment the next line if you don't want to use dynamic frameworks
use_frameworks!use_react_native!pod 'Alamofire'
target 'TESTTests' doinherit! :search_paths# Pods for testingend
target 'TESTUITests' do# Pods for testingend