Add firebase to iOS app through cocoapods

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • In this tutorial, you will learn how to install and use Cocoapods, and also you will learn how to add a 3dr parity framework via Cocoapods .
    I thought it with install firebase frameworks through Cocoapods to a sample project.

КОМЕНТАРІ • 13

  • @mohamadhosseinkargar7132
    @mohamadhosseinkargar7132 3 роки тому

    Thanks for ur video

  • @newpopulargames1
    @newpopulargames1 Рік тому

    I dont have appdelegste.swift file, and i cand see any .swift file in project. Any advice??

    • @i-swift
      @i-swift  10 місяців тому

      if you are using SwiftUI you should define your own Appdelegate
      ```
      class AppDelegate: NSObject, UIApplicationDelegate {
      func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
      print("Your code here")
      return true
      }
      }
      @main
      struct MyApplication: App {
      @UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
      var body: some Scene {
      WindowGroup {
      ContentView()
      }
      }
      }
      ```

  • @aldoaldo6795
    @aldoaldo6795 3 роки тому

    thanks!

  • @evroulladixon6628
    @evroulladixon6628 3 роки тому

    Does it create a problem if you deselect the google analytics feature?

    • @i-swift
      @i-swift  3 роки тому

      No, you just can't use that feature. because it will not available on your project

  • @baharehmoayeri4574
    @baharehmoayeri4574 3 роки тому +1

    are you iranian?

  • @damiangonzalezmartin7368
    @damiangonzalezmartin7368 3 роки тому

    Hello. i have a problem that i can't set up firebase.
    Cocoapods I installed it but I can't update the library. I create the Podfile after which I open it Add Firebase pod ...
    pod install.
    does not download the library and gives me.
    Library / roby / gem /..../ .. Library / roby / gem /..../ ..
    Library / roby / gem /..../ ..
    and it doesn't sacrifice anything the only thing it does is create a folder with 3 other wanted folders inside

    • @i-swift
      @i-swift  3 роки тому

      could you send me the error that was shown to you?

    • @damiangonzalezmartin7368
      @damiangonzalezmartin7368 3 роки тому +1

      @@i-swift I have already solved
      commands change
      github.com/CocoaPods/CocoaPods/issues/10723

  • @automatewithgabe8185
    @automatewithgabe8185 3 роки тому

    First!