79312522

Date: 2024-12-27 18:19:21
Score: 0.5
Natty:
Report link

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'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eirik H