While uploading on TestFlight, I have this error. I searched a lot but didn't helped any thing. I am using RN v.0.74.4.
Invalid minimumOSversion. Apps that only support 64-bit devices must specify a deployment target of 8.0 later. MinimumOSVersion in 'CPOD_Recap_Revamp.app/Frameworks/hermes.framework' is ''.
I have tried several solutions, but nothing worked:
- Deleting and install node_modules folder
- Deleting and install package-lock.json
- Deleting and install Pods folder
- Deleting and install Podfile.lock
- Defining minimumOSVerion in info.plist

