I also had this problem after upgrading from RN 0.74.x to 0.76.5. The upgrade helper said to update the iOS deployment target to 15.1, but I also had the following in my ios/Podfile
file which had to be updated:
platform :ios, '14.0'
to
platform :ios, '15.1'