razorpay / razorpay-ios-sample-app

:iphone: Sample app demonstrating integration of Razorpay iOS Framework
MIT License
14 stars 13 forks source link

linker command failed with exit code 1 (use -v to see invocation) #2

Closed pradeep-chauhan closed 7 years ago

pradeep-chauhan commented 7 years ago

getting this error when trying to archive the build.

ld: ' You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

pradeep-chauhan commented 7 years ago

it's resolved by me.

diliplilaramani commented 6 years ago

Hi Pradeep, can you share how did you resolve this error?

pradeep-chauhan commented 6 years ago

Enable bitcode and rebuild then compile it. Note : Cleared cache as well