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

Could not find a valid gem ...libxml-ruby-2.9.0.gem #94

Open
palmoff opened this issue Oct 24, 2018 · 1 comment
Open

Could not find a valid gem ...libxml-ruby-2.9.0.gem #94

palmoff opened this issue Oct 24, 2018 · 1 comment

Comments

@palmoff
Copy link

palmoff commented Oct 24, 2018

Could not build packaged version under macOS 10.14 Mojave.

Getting two errors:
xcode-select: error: invalid developer directory '/Applications/Xcode-7.3.1.app'
(looks like linked to previous version of Xcode)

ERROR: Could not find a valid gem '/Users/username/packaged-fastlane-master/patches/libxml-ruby-2.9.0.gem' (>= 0) in any repository

Could you please help ?
Any ideas ?

@kurt784
Copy link

kurt784 commented May 14, 2024

Hello,
It seems like you are having trouble building a packaged version on mac OS 10.14 Mojave due to issues with Xcode and gem dependencies. To fix the Xcode related error, update the xcode path using sudo xcode-select -s /Applications/Xcode.app to point to your current xcode version. For the gem dependency error ADP Vantage HCM try reinstalling the gem with gem install libxml ruby to ensure it's correctly installed and up to date. After addressing these issues, attempt to build your packaged version again. Make sure all necessary dependencies are properly configured for your mac OS environment to avoid further complications.

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