Giter Club home page Giter Club logo

Comments (3)

2lach avatar 2lach commented on May 24, 2024 1

This was not an Ignite issue it is a Cocoapods issue when using a mac with a M1,2,3 chip

here is how i resolved it:

  1. Open terminal
  2. Type: gem list
  3. In my case, the list that resulted had all this:
cocoapods (1.10.2)
cocoapods-core (1.10.2)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (1.6.3)
cocoapods-plugins (1.0.0)
cocoapods-search (1.0.1)
cocoapods-trunk (1.6.0)
cocoapods-try (1.2.0)
  1. From that list, uninstall everything that references 'cocoapods'. Do this by typing the following for each 'cocoapods' reference you see: sudo gem uninstall cocoapods-core
  2. Install homebrew.
  3. Update homebrew: brew upgrade
  4. Using homebrew, install Ruby brew install rbenv ruby-build
  5. Update ruby: rbenv install 3.2.0
  6. Set the new ruby version to global: rbenv global 3.2.0
  7. add eval "$(rbenv init - zsh)"to your .zshrc
  8. Restart your computer.
  9. sudo gem uninstall cocoapods
  10. sudo arch -arm64 gem install -n /usr/local/bin cocoapods -v 1.14.3

links:
https://forum.unity.com/threads/cocoapods-installation-failure-when-building-for-ios.1167700/#post-8793733
CocoaPods/CocoaPods#12226

from ignite.

markrickert avatar markrickert commented on May 24, 2024 1

Thanks for posting the solution here!

from ignite.

2lach avatar 2lach commented on May 24, 2024

Enviroment:

neofetch

Log:
xcodebuild.log

from ignite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.