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
Not compiling with the latest version of Braintree
Xcode : 12.4
Swift version : 5.3.2
Podfile :
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
platform :ios, '12.0'
target 'paypalExample' do
config = use_native_modules!
use_react_native!(:path => config["reactNativePath"])
target 'paypalExampleTests' do
inherit! :complete
# Pods for testing
end
# Enables Flipper.
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!
post_install do |installer|
flipper_post_install(installer)
end
end
target 'paypalExample-tvOS' do
# Pods for paypalExample-tvOS
target 'paypalExample-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end
pod 'Braintree/Core'
pod 'Braintree/PayPal'
Updated podspec
Pod::Spec.new do |s|
....
s.dependency "Braintree/Core"
s.dependency "Braintree/PayPal"
end
Request you to please share the react-native sample or guide with steps
The text was updated successfully, but these errors were encountered:
Not compiling with the latest version of Braintree
Xcode : 12.4
Swift version : 5.3.2
Podfile :
Updated podspec
Request you to please share the react-native sample or guide with steps
The text was updated successfully, but these errors were encountered: