All pods files are not installed using 'pod install'

65 views Asked by At

I'm basically pod installing using terminal, but not all my pod files are installed, some of them remain 'Red' as below.

What should I do about this?

enter image description here

Here is my podfile as well:

enter image description here

2

There are 2 answers

0
Paul Beusterien On
  • Close Xcode
  • pod deintegrate
  • pod install
  • Open Xcode
0
Artun On

The issue was happening because iCloud was trying to sync the folders with cloud. Turning off iCloud Desktop & Document Folders sync then pod deintegrate & pod install solved my problem.

Turning off iCloud sync from System Preferences:

enter image description here