robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.43k stars 450 forks source link

ld: library not found for -lcrypto #89

Closed glenstorey closed 10 years ago

glenstorey commented 10 years ago

Hi there. Thanks for this awesome resource. When I try and add RMStore using the PodSpec, and then try to build, I get this error:

ld: library not found for -lcrypto

I'm presuming I'm doing something dumb. If someone could point me the way to solve this problem myself I'd be stoked, or maybe it's a problem with the current version of the library?

hpique commented 10 years ago

Hi @glenstorey. What was the problem?

glenstorey commented 10 years ago

Hi @hpique. I am pretty sure it was a problem at my end with multiple project targets; the cocoa pods library wouldn't correctly use the open ssl static lib. I used the x2on and manually imported the RmStore components and it worked.

hpique commented 10 years ago

Glad you managed to work around it. Thanks for letting me know.

glenstorey commented 10 years ago

:smiley: