0

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 ''.

enter image description here

I have tried several solutions, but nothing worked:

  1. Deleting and install node_modules folder
  2. Deleting and install package-lock.json
  3. Deleting and install Pods folder
  4. Deleting and install Podfile.lock
  5. Defining minimumOSVerion in info.plist
2
  • Have you tried clearing derived data? Commented Sep 4, 2024 at 12:59
  • @RohitAggarwal Yes, I have tried clearing derived data, but no success. Though I have resolved this, and answer has been posted. Thanks! Commented Sep 4, 2024 at 13:15

1 Answer 1

1

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

enter image description here

Source: https://github.com/facebook/react-native/issues/45823#issuecomment-2265127551

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.