firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.59k stars 1.46k forks source link

semantic issue in google datatransport file #6018

Closed kumareshsaran closed 4 years ago

kumareshsaran commented 4 years ago

Step 0: Are you in the right place?

Hi Facing some issues in GDTCORStorage.m file pod in after installing the pod 'Firebase/Crashlytics' and pod 'Firebase/Analytics'

Below I attached the screen shot for your reference. Thanks in advance

Screenshot 2020-07-10 at 3 54 56 PM

Here I attached my pod file.lock `PODS:

[REQUIRED] Step 1: Describe your environment

google-oss-bot commented 4 years ago

I found a few problems with this issue:

maksymmalyhin commented 4 years ago

@kumareshsaran I'm sorry you experience the issue. The set of errors looks pretty weird. First thing I would suggest to try is to make sure the pods were installed correctly. E.g. you may run pod deintegrate and pod install to reinstall all dependencies in your project. If you still have an issue, please provide a simple project to reproduce the issue (you may attach a zip archive to a comment) for us to investigate.

kumareshsaran commented 4 years ago

Hi tried above you mentioned. Now I am facing new issue

Screenshot 2020-07-13 at 11 03 48 AM

Property 'customPrioritizationParams' not found on object of type 'GDTCOREvent *'

morganchen12 commented 4 years ago

You have some very weird errors in the left panel of Xcode. Can you try deleting DerivedData and rebuilding?

$ rm -rf ~/Library/Developer/Xcode/DerivedData
kumareshsaran commented 4 years ago

Hi I tried that also but it is not clearing the bug.please provide some fixes. Thanks in advance

morganchen12 commented 4 years ago

I'm unable to reproduce the build error locally, nor does it occur in any of our automated build systems. Can you create a new sample project and try to reproduce the build error there?