Zahid Usman Cheema
Zahid Usman Cheema

Reputation: 198

library not found for -lPayPalMPL

I have added and used PayPal MPL library. I can use the code but can't build the App. There is a linker error: "ld: library not found for -lPayPalMPL clang: error: linker command failed with exit code 1 (use -v to see invocation)" Does anyone know any solution?

Upvotes: 0

Views: 27

Answers (2)

Dhaval Patel
Dhaval Patel

Reputation: 726

This issues comes when Library searchpath in build setting are missing. Just simply add its Done.

Upvotes: 1

Zahid Usman Cheema
Zahid Usman Cheema

Reputation: 198

That was due to a space in Library Search Path. Simple enclose your library search path in double quotes("search_path") and its Done.

Upvotes: 0

Related Questions