Search Unity

Google Analytics conflict with 5.3

Discussion in 'Editor & General Support' started by jpv1234, Dec 12, 2015.

  1. jpv1234

    jpv1234

    Joined:
    Dec 5, 2014
    Posts:
    89
    Hello to everyone. I'm having conflicts when building my project with 5.3 with Google Analytics. The conflicts can be seen in the attached image

    Any ideas if this can be solved somehow? Captura de pantalla 2015-12-12 a las 10.22.41 a.m..png
     
  2. msureka83

    msureka83

    Joined:
    Nov 28, 2014
    Posts:
    36
    Yes, same errors. No update on the package available yet. Is there something that can be done to resolve these? Errors coming only on v5.3.
     
  3. jpv1234

    jpv1234

    Joined:
    Dec 5, 2014
    Posts:
    89
    My only workaround in this moment is taking out Google Analytics of the project including the code of the framework :( If you find another workaround than this one please let me know
     
  4. msureka83

    msureka83

    Joined:
    Nov 28, 2014
    Posts:
    36
    I got this working by explicitly adding a few frameworks into Xcode. It stopped giving errors, but not sure if its actually working or not. Need to get it tested.
     
  5. jpv1234

    jpv1234

    Joined:
    Dec 5, 2014
    Posts:
    89
    Can you please tell me which frameworks did you add?
     
  6. msureka83

    msureka83

    Joined:
    Nov 28, 2014
    Posts:
    36
    When building for iOS, you will need to add the following libraries to your Xcode project:
    * AdSupport.framework
    * CoreData.framework
    * SystemConfiguration.framework
    * libz.dylib (Alternatively libz.tbd)

    Probably its not adding these frameworks automatically. Can someone from Unity confirm this?
     
  7. jpv1234

    jpv1234

    Joined:
    Dec 5, 2014
    Posts:
    89
    You are right! I was missing CoreData and libz.tbd. That solved the problem :D hope that someone from Unity can see this to confirm
     
    FaetterJens likes this.