Trouble using CocoaPods

Hey, what’s up guys!
I’m currently building my first app and I try to integrate Google Sign In using CocoaPods…as I’m doing this, I’m running through a problem, when I hit “pod install” in Terminal (the error message is displayed on the screenshot)

…maybe somebody can help me and knows something about it.
All the best,
Maurice ( ;

Hi Maurice,

You are missing several lines in the podfile. See below.

# Uncomment the next line to define a global platform for your project
 platform :ios, '13.0'

target 'name_of_your_app' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for name_of_our_app
  pod 'GoogleSignIn'
  
end

if you type podinit in Terminal it should create the boilerplate for you.

Blessings,
—Mark

Hey!
Thanks for the reply!
I could actually fix the problem and I got it to run, but as I’m going to more and more to tutorials and try to get everything set up, I always encounter an error with the “Import GoogleSignIn”
(See screenshot below)

Does somebody have an idea how to fix that?

All the best,
Maurice ( :