Giter VIP home page Giter VIP logo

Comments (14)

voslartomas avatar voslartomas commented on September 9, 2024

@jrwpatterson have you solved this? I can see you have a fork of this lib.

from adyen-react-native.

jrwpatterson avatar jrwpatterson commented on September 9, 2024

Couldn’t work it out.... eventually dumped the swift file into project bridging header and that for some reason works with RN61 (release candidate 3) they seem to have sorted some swift stuff.

from adyen-react-native.

voslartomas avatar voslartomas commented on September 9, 2024

Ok and what about previous version 0.59.* was that working for you? What is the reason you upgrade?

from adyen-react-native.

jrwpatterson avatar jrwpatterson commented on September 9, 2024

Yes it was working for us... we needed the upgrade for the Facebook sdk

from adyen-react-native.

voslartomas avatar voslartomas commented on September 9, 2024

Could you please help me I am on 0.59.* version but still can't get it working. I am stuck on pod install

AdyenReactNative (from '../node_modules/adyen-react-native') dependency were found, but they required a higher minimum deployment target

from adyen-react-native.

jrwpatterson avatar jrwpatterson commented on September 9, 2024

When I had that you need to raise the pod min version to 11.3

from adyen-react-native.

voslartomas avatar voslartomas commented on September 9, 2024

Weird, I have platform :ios, '11.3' specified, but still getting this error. Have you been on version 1.3.0 of adyen-react-native?

from adyen-react-native.

voslartomas avatar voslartomas commented on September 9, 2024

Sry, my bad, it was wrong Podfile, I had version 9.0 on different position. Thanks

from adyen-react-native.

voslartomas avatar voslartomas commented on September 9, 2024

One more thing, I can't find files like Adyen.Framework,AdyenInternal.framework and AdyenInternal.bundle in Products folder, it seems it was not generated. Did you follow official README tutorial? @jrwpatterson

from adyen-react-native.

voslartomas avatar voslartomas commented on September 9, 2024

@jrwpatterson Hey, so we migratet to RN 0.61.3-rc3 as well, could please explain what did you mean by "swift file into project bridging header" ? And did you just follow official readme?

from adyen-react-native.

milansedliak avatar milansedliak commented on September 9, 2024

Experiencing the same issue here. RN 0.61.3, pod install doesn't create the mentioned framework files under Pods/Products Is there some other way how to compile them?

from adyen-react-native.

jrwpatterson avatar jrwpatterson commented on September 9, 2024

sorry been on holiday! I did I had to build them... now I have issues because xcode 11 is a different swift version... I hate this stuff!

from adyen-react-native.

mkharibalaji avatar mkharibalaji commented on September 9, 2024

Hi Guy's,
Sorry for the late response.I was busy with quite other work.Here is how it works.
update the AdyenReactNative.podspec file with this and do a 'pod install' it should work.

``
require 'json'
package = JSON.parse(File.read('package.json'))

Pod::Spec.new do |s|

s.name = "AdyenReactNative"
s.version = package["version"]
s.summary = package["description"]

s.homepage = "https://github.com/dmitry-blackwave/adyen-react-native#readme"
s.license = "MIT"
s.author = { "author" => "[email protected]" }

s.platform = :ios, "11.0"
s.source = { :git => "https://github.com/author/AdyenReactNative.git" }
s.source_files = "ios/*.{h,m,swift}"
s.requires_arc = true

s.dependency "React"
s.dependency "Adyen","2.8.5"
s.dependency "Adyen/ApplePay","2.8.5"

end
``

In the meanwhile I will raise a PR for this.

from adyen-react-native.

mkharibalaji avatar mkharibalaji commented on September 9, 2024

@jrwpatterson - What kind of issue are you facing with xcode 11 ?Can you please create a separate issue to trackit...

from adyen-react-native.

Related Issues (18)

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.