You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.newdo |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 issues.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
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: