Skip to content

fix(ios): use explicit iOS version in podspec#52

Open
manideepk90 wants to merge 1 commit into
mainfrom
fix/podspec-ios-version
Open

fix(ios): use explicit iOS version in podspec#52
manideepk90 wants to merge 1 commit into
mainfrom
fix/podspec-ios-version

Conversation

@manideepk90

Copy link
Copy Markdown
Contributor

Problem

The HyperswitchSdkReactNative.podspec used undefined variable min_ios_version_supported, causing CocoaPods installation to fail with:

undefined local variable or method 'min_ios_version_supported' for module Pod

Solution

Replace the undefined variable with explicit version string '15.1'.

Testing

  • Local npm package integration tested successfully
  • iOS pod now installs correctly to Pods/Target Support Files/HyperswitchSdkReactNative/
  • Android autolinking continues to work

Related

  • Fixes integration blocking issue found during local package testing

Replace min_ios_version_supported (undefined in this context) with
explicit version string '15.1' to fix CocoaPods installation failure.

This resolves the error:
"undefined local variable or method 'min_ios_version_supported' for module Pod"

Co-Authored-By: Paperclip <noreply@paperclip.ing>
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

Successfully merging this pull request may close these issues.

1 participant