Reputation: 88
I had downloaded the sample code from https://github.com/paypal/PayPal-iOS-SDK. But it gives me following error. I am unable to solve this. If anyone know, please help me.
Apple Match-O Linker Error clang: error: linker command failed with exit code 1 (use -v to see invocation) ld: 242 duplicate symbols for architecture x86_64
Upvotes: 1
Views: 418
Reputation: 910
Go to your download folder
Open terminal, type cd
then drag the folder in terminal
Then type pod install
and hit enter and run the xcode.workspaces
It will solve your problem.
Upvotes: 0