0

Background :

We have an app that embeds Flutter as module in our iOS project. When i install cocoapods using the original option from cocoa like this :

$ sudo gem install cocoapods

and then run pod install in my iOS project, i get the Flutter module thrown out of project file, like mentioned in this issue :

XCode 13.3 Pod Install Removes Path To Flutter Module

Although, i found a workaround : i installed cocoapods using Homebrew and it works perfectly.

My question here is: What is the key difference, or what are the differences between the original website installation of cocoapods and the homebrew one?

NOTE: The same behavior is noticed for apple silicon and intel chips.

matt
  • 515,959
  • 87
  • 875
  • 1,141
grisVladko
  • 161
  • 2
  • 10
  • Isn't this basically a repetition of your https://stackoverflow.com/questions/72302377/xcode-13-3-pod-install-removes-path-to-flutter-module ? – matt Nov 20 '22 at 14:21
  • It might seem as such, but here i ask specifically about the difference between HomeBrew installation of cocoapods and the Gem one – grisVladko Nov 20 '22 at 14:23
  • But don't you think that, having solved the problem in https://stackoverflow.com/questions/72302377/xcode-13-3-pod-install-removes-path-to-flutter-module, you should take it down? My advice would be, incorporate it into this one and delete it. – matt Nov 20 '22 at 14:43
  • 1
    The issue is resolved but the mystery remains, although they are related but it's not the same question. The other question that you mentioned can in fact be closed and i will post an answer to it and accept it. maybe it will help someone in the future. – grisVladko Nov 20 '22 at 15:03
  • Cool, thanks for helping to keep SO organized and helpful. – matt Nov 20 '22 at 15:36
  • Done, maybe you can give your insight on the matter? – grisVladko Nov 20 '22 at 16:40

0 Answers0