react-native-paypal-wrapper icon indicating copy to clipboard operation
react-native-paypal-wrapper copied to clipboard

Cannot read property 'initialize' of undefined ?

Open Talkwondo opened this issue 7 years ago • 6 comments

Hi, Have the same issue like other guy here.

can someone help?

thanks,

Talkwondo avatar Aug 04 '18 21:08 Talkwondo

Same here.

dreamdev21 avatar Sep 20 '18 18:09 dreamdev21

Please check build.gradle, it should include this library.

dependencies { ... compile project(':react-native-paypal-wrapper') }

dreamdev21 avatar Sep 20 '18 19:09 dreamdev21

@Talkwondo Did you get the solution? I am too getting same issue.

vimalN1992 avatar Oct 08 '18 06:10 vimalN1992

I am getting this error in iOS please help @webmasterdragon

davekedar avatar Oct 27 '18 09:10 davekedar

@davekedar

  1. In XCode, in the project navigator, right click Libraries ➜ Add Files to [your project's name] Go to node_modules ➜ react-native-paypal-wrapper and add RNPaypalWrapper.xcodeproj

2.In XCode, in the project navigator, select your project. Add libRNPaypalWrapper.a to your project's Build Phases ➜ Link Binary With Libraries

  1. Click in the project navigator and go the Build Settings tab. Make sure 'All' is toggled on and search "Header Search Paths" add "$(SRCROOT)/../node_modules/react-native-paypal-wrapper/ios"

work

herarya avatar Nov 21 '18 09:11 herarya

I start getting this error as soon as i follow your steps @herarya

duplicate symbol _PPZebraOnePasswordAppExtensionGeneratedPasswordMaxLengthKey in: /Users/mac/project/ios/Pods/PayPal-iOS-SDK/PayPalMobile/libPayPalMobile.a(PPZebraOnePasswordExtension.o) /Users/mac/Library/Developer/Xcode/DerivedData/atscommapp-hhmngwwhbjtswfbcxbsfxqtjeljc/Build/Products/Debug-iphonesimulator/libRNPaypalWrapper.a(PPZebraOnePasswordExtension.o)

ld: 933 duplicate symbols for architecture x86_64

pratikadyalkar avatar Dec 12 '18 07:12 pratikadyalkar