Giter VIP home page Giter VIP logo

Comments (5)

jaxdesmarais avatar jaxdesmarais commented on June 23, 2024 1

Hello @mlazari -

Thanks for reaching back out with those details. This does seem specific to the Cocoapods CDN as the following Podfile downloads the dependencies as expected for multiple versions of our SDK. I was just able to test this with multiple versions successfully in a local Cocoapods project:

platform :ios, '15.0'

target 'bt-ios-cocoapods-testing-demo' do
  pod 'Braintree', '6.8.0' // can replace with any version
end

from braintree_ios.

mlazari avatar mlazari commented on June 23, 2024 1

I just found the same issue being reported here: CocoaPods/CocoaPods#12115 for a different dependency, so indeed doesn't seem related to Braintree. Thanks for looking into it.

from braintree_ios.

jaxdesmarais avatar jaxdesmarais commented on June 23, 2024

Hello @mlazari -

The SDK react-native-braintree-dropin-ui was not developed by Braintree. I would recommend reaching out to the developers of that SDK directly for further assistance on this error. That said there are also several issues related to this opened on the Cocoapods repository - I expect this issue ultimately lies with the Cocoapods CDN which our SDK does not own.

from braintree_ios.

mlazari avatar mlazari commented on June 23, 2024

@jaxdesmarais The same thing is happening in a non React Native project that uses this pod directly:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

source 'https://cdn.cocoapods.org/'

target 'BraintreeTest' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for BraintreeTest

  pod 'Braintree', '6.8.0'

end

Even if an older version is requested, like pod 'Braintree', '5.20.1', the error is still triggered.

I opened this because I thought it might be related to the release of Braintree 6.8.0, like an error during its publication, making it be in a bad state or something. But I understand it might be related just to a issue with Cocoapods CDN and not with the publication process of this version.

In any case it doesn't seem to be related to react-native-braintree-dropin-ui, that was just a way to reproduce the error, since the project in which I encountered this error is a React Native one.

from braintree_ios.

mlazari avatar mlazari commented on June 23, 2024

@jaxdesmarais Got it, thank you!

from braintree_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.