Skip to content
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

[React Native] Minimum iOS version requirement does not match with Podspec #135

Closed
AlexanderShenshin opened this issue Apr 28, 2023 · 1 comment

Comments

@AlexanderShenshin
Copy link

I got error related to iOS versions support when trying to validate app bundle for Testflight upload with minimum iOS version set to 12.0:

Invalid Bundle. The bundle AppName.app/Frameworks/aries_askar.framework does not support the minimum OS Version specified
in the Info.plist.

After some investigation I found that minos value in binary is set to 16.2:

aries_askar.framework % vtool -show aries_askar 
aries_askar:
Load command 10
      cmd LC_BUILD_VERSION
  cmdsize 32
 platform IOS
    minos 16.2 <---------------
      sdk 16.2
   ntools 1
     tool LD
  version 820.1
Load command 11
      cmd LC_SOURCE_VERSION
  cmdsize 16
  version 0.0

iOS version specified in aries-askar.podspec:

s.platforms    = { :ios => "12.0" }

After I switched app minimum iOS version to 16.2, app bundle validation completes successfully.

This problem is also relevant for indy-vdr and anoncreds RN packages.

@AlexanderShenshin
Copy link
Author

@TimoGlastra That's the issue that I mentioned on a AFJ call yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants