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

fix: add visionos deployment target conditionally #638

Merged

Conversation

xavieramoros
Copy link
Contributor

Fixes issue #632

introduced in this PR: #622

The problem

When installing pods, we get the following error:

Invalid `RNKeychain.podspec` file: undefined method `visionos' for #<Pod::Specification name="RNKeychain">.

image

The fix

In the Podspec file, check if the visionos attribute exists (with "respond_to?(:visionos)") before setting the deployment_target for visionOS to version 1.0.

@DorianMazur DorianMazur merged commit f6bc521 into oblador:master Sep 22, 2024
7 checks passed
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.

2 participants