ignite: Installation still failing

Describe the bug

https://github.com/infinitered/ignite/issues/2260#issuecomment-1302346762

which pod

Ignite version

8.2.28

Additional info

$ npx ignite-cli doctor
System
  platform           darwin
  arch               x64
  cpu                8 cores      Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz
  directory          ios          /Users/jfroffice/minds/PizzaApp/ios

JavaScript (and globally-installed packages)
  node                18.12.0                                   /usr/local/bin/node
  npm                 8.19.2                                    /usr/local/bin/npm
    corepack          0.14.2
    diff-so-fancy     1.3.0
    es-check          5.2.3
    gatsby            2.24.87
    gtop              1.0.2
    jest              27.2.0
    license-checker   25.0.1
    neovim            4.10.0
    netlify-cli       3.38.9
    nodemon           2.0.6
    npm               8.19.2
    postcss           8.1.7
    pure-prompt       1.16.0
    tspath            1.3.7
    twilio-cli        2.12.0
    typescript        4.4.3
    yarn              1.22.19
  yarn                1.22.19                                   /usr/local/bin/yarn
    create-vite       3.0.2
    node-gyp          6.1.0
    vite              2.3.7
  pnpm                7.9.0                                     /usr/local/bin/pnpm
                      <no pnpm global package info available>
  expo                46.0.16                                   managed

Ignite
  ignite-cli         8.2.5        /Users/jfroffice/.npm/_npx/e31027f3785124a8/node_modules/.bin/ignite
  ignite src         build        /Users/jfroffice/.npm/_npx/e31027f3785124a8/node_modules/ignite-cli/build

Android
  java               1.8.0_292    /usr/bin/java
  android home       -            undefined

iOS
  xcode              14.1
  cocoapods          1.11.3       /Users/jfroffice/.gem/bin/pod

Tools
  git                git version 2.34.1   /usr/local/bin/git

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 26 (13 by maintainers)

Most upvoted comments

Same error…

I got it to work with pod install --repo-update

@mhy-beta thanks for the detail! this will help us debug

Fixed.

rm Podfile && pod install

Now it is working. 💯

Thank you so much @frankcalise for your time.

@Peege151 you might have two cocoapods installed. You might need to do something like this to clear it up:

sudo gem uninstall cocoapods
brew uninstall cocoapods
brew install cocoapods

At this point I’d make sure you close and restart any terminals, can then try which pod

If pointing to the homebrew one

cd myProj
pod install