Git Product home page Git Product logo

Comments (6)

sebisawa-tealium avatar sebisawa-tealium commented on May 30, 2024 3

I have advised as below.

--

The project is outdated so the recent version of Xcode won't accept the code. First, the Podfile contains the line as below:
platform :ios, '9.0'

Since the current version of Firebase (8.12.1) requires iOS 10.0 or above, the statement above would force the obsolete Firebase (which is not compatible to the recent Xcode) to be download.

Also, pod 'Firebase/AdMob' would cause another problem, we must use Google-Mobile-Ads-SDK insted.

Thought I update Podfile, the GoogleSignIn would cause error because the implementation is outdated.

As a result, the project must be updated to be compilable on the current Xcode.

from codelab-friendlychat-ios.

personalaccount avatar personalaccount commented on May 30, 2024

Same here, Xcode 13.1

from codelab-friendlychat-ios.

ericlee16888 avatar ericlee16888 commented on May 30, 2024

Same here, Xcode 12.5

from codelab-friendlychat-ios.

pj-madrid avatar pj-madrid commented on May 30, 2024

Same here Xcode 13.2.1. I have slavishly followed the instructions and tried all the suggested solutions that I have found.

The error message implies that part of GoogleUtilities is missing. However, according to the pod install output, two different versions of GoogleUtilities are installed :
Installing GoogleUtilities (1.3.2)
Installing GoogleUtilities (7.7.0)

Not sure if this is relevant:

[!] Unable to read the license file LICENSE for the spec Firebase (8.10.0)

[!] Unable to read the license file LICENSE for the spec GoogleUtilities (7.7.0)

[!] Unable to read the license file LICENSE for the spec Firebase (8.10.0)

[!] Unable to read the license file LICENSE for the spec GoogleUtilities (7.7.0)

[!] [Xcodeproj] Generated duplicate UUIDs:

from codelab-friendlychat-ios.

sebisawa-tealium avatar sebisawa-tealium commented on May 30, 2024

Same with Xcode Version 13.2.1 (13C100).

from codelab-friendlychat-ios.

Sikandarkhan avatar Sikandarkhan commented on May 30, 2024

Usually this problem occurs considering duplicate dependencies. If you are not sure about which firebase/google library is causing this duplication then recommended thing is define the version on podfile.

from codelab-friendlychat-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.