Dharani
Dharani

Reputation: 88

How to solve Apple Match-O Linker Error?

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

Answers (2)

Moktahid Al Faisal
Moktahid Al Faisal

Reputation: 910

  1. Go to your download folder

  2. Open terminal, type cd then drag the folder in terminal

  3. Then type pod install and hit enter and run the xcode.workspaces

It will solve your problem.

Upvotes: 0

Chirag
Chirag

Reputation: 29

it can resolved by adding following lib.

enter image description here

Upvotes: 0

Related Questions