Reputation: 552
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:
Upvotes: 0
Views: 316
Reputation: 552
I am able to resolve this by specifying MinimumOSVersion in info.plist of hermes.framework (info.plist path is quoted below). It could be a temporary fix;
/Users//Documents/React/CPOD_Recap_Revamp/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal/hermes.xcframework/ios-arm64/hermes.framework/Info.plist
Source: https://github.com/facebook/react-native/issues/45823#issuecomment-2265127551
Upvotes: 1