-1

I am currently taking a flutter course and everything was going so well until I started running the Clima App code. I am sure the code is correct because I am taking the completed solution from GitHub, but I am getting this error and I am not sure what it is.

Warning: CocoaPods not installed. Skipping pod install.

Could someone please help me figure out this problem? Because I have tried all the possible solutions I found in the internet.

mkalbaity
  • 1
  • 1

1 Answers1

1

Did you run pod install inside the iOS folder?

Aknahseh_tg
  • 158
  • 7
  • I just tried what you suggested and still got an error – mkalbaity Sep 30 '20 at 18:13
  • [!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `Runner` to `Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` or include the `Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig` in your build configuration (`Flutter/Release.xcconfig`). – mkalbaity Sep 30 '20 at 18:13
  • [!] Automatically assigning platform `iOS` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`. – mkalbaity Sep 30 '20 at 18:14
  • what do you think I should do? – mkalbaity Sep 30 '20 at 18:14
  • please check this out: https://stackoverflow.com/questions/26287103/cocoapods-warning-cocoapods-did-not-set-the-base-configuration-of-your-project – Aknahseh_tg Oct 01 '20 at 20:20
  • I couldn't understand the solution. I am using android studio and the solution explains it using xcode. Do I need to build the project in xcode? – mkalbaity Oct 05 '20 at 13:36
  • Can you try building in xcode and check for errors again? – Aknahseh_tg Oct 06 '20 at 19:45
  • I tried to build it in xcode but it didn't work. It looks like xcode doesn't recognize the files. Is there a way to do it by changing some of the preferences in android studio? – mkalbaity Oct 08 '20 at 16:44
  • 1
    Both of the previous error have disappeared and I was able to successfully execute 'pod install'. But I still get the first error when I try to run the project on ios simulator – mkalbaity Oct 10 '20 at 16:23
  • Warning: CocoaPods not installed. Skipping pod install. – mkalbaity Oct 10 '20 at 16:24