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

[NEW FEATURE REQUEST/IDEA]: Cocoapods version upgrade #453

Open
arnimi opened this issue Nov 15, 2024 · 3 comments
Open

[NEW FEATURE REQUEST/IDEA]: Cocoapods version upgrade #453

arnimi opened this issue Nov 15, 2024 · 3 comments
Labels
💡 feature request/idea Request new feature or give an idea

Comments

@arnimi
Copy link

arnimi commented Nov 15, 2024

Is your feature request related to a problem?

✖ Installing CocoaPods dependencies with New Architecture (this may take a few minutes)
error Calling DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call DidYouMean.correct_error(error_name, spell_checker)' instead.
[!] The version of CocoaPods used to generate the lockfile (1.16.0) is higher than the version of the current executable (1.14.3). Incompatibility issues may arise.

Describe the solution you'd like

Upgrade Cocoapods version to allow new xcode command line version

Describe alternatives you've considered.

No response

@arnimi arnimi added the 💡 feature request/idea Request new feature or give an idea label Nov 15, 2024
@JeremyDolle
Copy link
Collaborator

It's seems to be the opposite. You'll need to update your version of cocoapod (1.14.3) because the boilerplate use a higher version (1.16.0)

@arnimi
Copy link
Author

arnimi commented Nov 15, 2024

I misunderstood. That's it! Thanks!

Now, after upgrading cocoapods I get this error when creating project:

NOTE: Gem::Platform.match is deprecated; use Gem::Platform.match_spec? or match_gem? instead

EDIT: If I choose not to install cocoapods on project creation, delete podfile.lock and then execute pod install, it works

@arnimi
Copy link
Author

arnimi commented Nov 15, 2024

Running the project from xcode works perfect but running yarn ios on console never ends stuck on Building the app...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature request/idea Request new feature or give an idea
Projects
None yet
Development

No branches or pull requests

2 participants