-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asset validation failed - A key for 'MinimumOSVersion' is required #101
Comments
Hey, thanks for opening the issue. I'm aware of this bug and I have it on my todo list 😄 A workaround that you can do:
I think it may also work if you modify the |
That workaround fixes it, thanks! |
This issue should be closed once this PR gets merged to Hermes: facebook/hermes#1358 |
Hey, This issue should now be resolved in React Native 0.74.3. Backport to 0.73.x will be available once this PR get's merged: facebook/hermes#1432 |
It works. In my case I had to add:
|
Description
Trying to validate a package gives the error:
Missing Info.plist value. A value for the key 'MinimumOSVersion' in bundle rnVision.app/ Frameworks/hermes.framework is required. (ID: 9433b1a0-5eff-4dd6-987b-06de7f96acca))
Steps to reproduce
React Native Version
0.73.3
Affected Platforms
Other (please specify)
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/billyjacoby/vision-template
Screenshots and Videos
I know this project is marked as experimental and not ready for production, but wanted to post these findings here anyway.
I tried adding the
MinimumOSValue
in thevisionos/Pods/hermes-engine/destroot/Library/Frameworks/xros/hermes.framework/Info.plist
file, but that didn't seem to help.The text was updated successfully, but these errors were encountered: