Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XCode 12 with iOS 10 Support #34

Open
rinoarmadiaz opened this issue Dec 10, 2020 · 1 comment
Open

XCode 12 with iOS 10 Support #34

rinoarmadiaz opened this issue Dec 10, 2020 · 1 comment

Comments

@rinoarmadiaz
Copy link

rinoarmadiaz commented Dec 10, 2020

Hi Xendit, i'm trying to use Xendit for Xcode 12 with iOS 10 support,

it seems the version is only supported for 2.1.7, but sadly i saw the podspec for release 2.1.7, the requirement minimum target deployment is bumped into iOS 11.

as i see also for the version 3+ it was also the same, can you guys make support for iOS 10 in Xcode 12 env on version ~> 2.1.7?

Thanks!

Pod::Spec.new do |s|
  s.name         = "Xendit"
  s.version      = "2.1.7"
  s.summary      = "Xendit makes it easy to collect credit card data securely without it having to touch your server"
  s.homepage     = "https://www.xendit.co"
  s.license      = "MIT"
  s.author             = { "Xendit Developers" => "[email protected]" }
  s.social_media_url   = "https://www.facebook.com/xendit"
  s.platform     = :ios, "11.0" #<<<< here's the issue
  s.source       = { :git => 'https://github.com/xendit/xendit-sdk-ios.git', :tag => s.version }
  s.ios.vendored_frameworks = 'Xendit.framework'
  s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
  s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
@lalkrishna
Copy link

As Xendit SDKs are not up-to-date with Latest technologies, I think I should prefer some other gateway. Any one have suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants