Code Monkey home page Code Monkey logo

Comments (9)

orta avatar orta commented on August 17, 2024

Kind of surprised, expected CocoaPods to deal with that.

from aranalytics.

segiddins avatar segiddins commented on August 17, 2024

Could you please post your Podfile and Podfile.lock?

from aranalytics.

Legoless avatar Legoless commented on August 17, 2024

Podfile.

platform :ios, '7.0'

inhibit_all_warnings!

link_with 'MyApp', 'MyAppTests'

pod 'AFNetworking'
pod 'ARAnalytics/Crashlytics'
pod 'ARAnalytics/GoogleAnalytics'
pod 'ARAnalytics/DSL'
pod 'CrashlyticsFramework'
pod 'DOSingleton'
pod 'Facebook-iOS-SDK'
pod 'IQKeyboardManager', '~> 3.0'
pod 'JSONModel'
pod 'MagicalRecord/Shorthand'
pod 'MBProgressHUD'
pod 'MSDynamicsDrawerViewController'
pod 'Haystack'
pod 'Reveal-iOS-SDK'
pod 'SAMTextView'
pod 'SVPullToRefresh'
pod 'SDWebImage/Core'
pod 'STTwitter', :git => 'https://github.com/nst/STTwitter.git'
pod 'UrbanAirship-iOS-SDK', '~> 4.0'

Podfile.lock

PODS:
  - AFNetworking (2.3.1):
    - AFNetworking/NSURLConnection
    - AFNetworking/NSURLSession
    - AFNetworking/Reachability
    - AFNetworking/Security
    - AFNetworking/Serialization
    - AFNetworking/UIKit
  - AFNetworking/NSURLConnection (2.3.1):
    - AFNetworking/Reachability
    - AFNetworking/Security
    - AFNetworking/Serialization
  - AFNetworking/NSURLSession (2.3.1):
    - AFNetworking/Reachability
    - AFNetworking/Security
    - AFNetworking/Serialization
  - AFNetworking/Reachability (2.3.1)
  - AFNetworking/Security (2.3.1)
  - AFNetworking/Serialization (2.3.1)
  - AFNetworking/UIKit (2.3.1):
    - AFNetworking/NSURLConnection
    - AFNetworking/NSURLSession
  - ARAnalytics/CoreIOS (2.7.2)
  - ARAnalytics/Crashlytics (2.7.2):
    - ARAnalytics/CoreIOS
  - ARAnalytics/DSL (2.7.2):
    - Aspects (~> 1.3.1)
  - ARAnalytics/GoogleAnalytics (2.7.2):
    - ARAnalytics/CoreIOS
    - GoogleAnalytics-iOS-SDK
  - Aspects (1.3.1)
  - Bolts (1.1.2)
  - CrashlyticsFramework (2.2.1)
  - DOSingleton (0.1.0)
  - Facebook-iOS-SDK (3.16):
    - Bolts
  - GoogleAnalytics-iOS-SDK (3.0.9)
  - Haystack (0.4.9)
  - IQKeyboardManager (3.0.6)
  - JSONModel (0.13.0)
  - MagicalRecord/Shorthand (2.2)
  - MBProgressHUD (0.8)
  - MSDynamicsDrawerViewController (1.5.1)
  - Reveal-iOS-SDK (1.0.4)
  - SAMTextView (0.2.1)
  - SDWebImage/Core (3.7.0)
  - STTwitter (0.1.4)
  - SVPullToRefresh (0.4.1)
  - UrbanAirship-iOS-SDK (4.0.0)

DEPENDENCIES:
  - AFNetworking
  - ARAnalytics/Crashlytics
  - ARAnalytics/DSL
  - ARAnalytics/GoogleAnalytics
  - CrashlyticsFramework
  - DOSingleton
  - Facebook-iOS-SDK
  - Haystack
  - IQKeyboardManager (~> 3.0)
  - JSONModel
  - MagicalRecord/Shorthand
  - MBProgressHUD
  - MSDynamicsDrawerViewController
  - Reveal-iOS-SDK
  - SAMTextView
  - SDWebImage/Core
  - STTwitter (from `https://github.com/nst/STTwitter.git`)
  - SVPullToRefresh
  - UrbanAirship-iOS-SDK (~> 4.0)

EXTERNAL SOURCES:
  STTwitter:
    :git: https://github.com/nst/STTwitter.git

SPEC CHECKSUMS:
  AFNetworking: 6d7b76aa5d04c8c37daad3eef4b7e3f2a7620da3
  ARAnalytics: 9b56fa1385710cd8afca391b2ee578f81d6bb389
  Aspects: 7f1aea592d35c0c1af74ee2a5efa5c555b0ebfc9
  Bolts: 2635e8698a630774689441047f3465d78c48d485
  CrashlyticsFramework: a9d172599c3a34e68067e16446a764041b980162
  DOSingleton: 1768969be4bfd7ecaa6790776459e582e46001ef
  Facebook-iOS-SDK: 82ad03cb9ce568855057e20a099054cf1e34ef12
  GoogleAnalytics-iOS-SDK: d9e198b1f955259a72886769be7377cdfcdb2250
  Haystack: 25608918a03cf9cec52bc994c51cda6ca4a0800a
  IQKeyboardManager: 3381092a6728e3565a6ad5051c44386be36bd990
  JSONModel: 62ea96b49ea18a8b91ef89c249dba291d8601d82
  MagicalRecord: 2b471584fc9e3137f3d0a56967917baa4979e224
  MBProgressHUD: c356980b0cd097f19acec959b49dca5eb8ec31be
  MSDynamicsDrawerViewController: 0002059480a4b5ddde7eafbafb958a79a9b0ffaf
  Reveal-iOS-SDK: d3c8e109d42219daaa7a6e1ad2de34f0bdbb7a88
  SAMTextView: 1062a784ba7b2080b0c17748001c416b53010b4b
  SDWebImage: 791cb0f588046cb0bb7802ae8ae8f5462947b773
  STTwitter: d933f9010c1dcd04d69899e8893f2d45b4cdbca6
  SVPullToRefresh: d5161ebc833a38b465364412e5e307ca80bbb190
  UrbanAirship-iOS-SDK: 04b797ae27f0ed8b79b02c4c859256808e8d89cf

COCOAPODS: 0.33.1

from aranalytics.

rivera-ernesto avatar rivera-ernesto commented on August 17, 2024

Having the same issue with 0.34.1.
About to file an issue to CocoaPods, but not yet sure to which sub-project...

Project here.

from aranalytics.

Samback avatar Samback commented on August 17, 2024

Have the same issue, just remove duplicated files from pod project but I don't know is it correct.
Check it for 0.35.0.rc2 -was not fixed.

from aranalytics.

orta avatar orta commented on August 17, 2024

could be something related to GA?

from aranalytics.

rivera-ernesto avatar rivera-ernesto commented on August 17, 2024

Discussed and closed without being addressed here CocoaPods/CocoaPods#2565.

from aranalytics.

Legoless avatar Legoless commented on August 17, 2024

Okay, cool, Xcode solves this issue for us quickly anyway.

from aranalytics.

orta avatar orta commented on August 17, 2024

This is probably solved

from aranalytics.

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.