Reputation: 198
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
Reputation: 726
This issues comes when Library searchpath in build setting are missing. Just simply add its Done.
Upvotes: 1
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