-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transitive SSL Dependencies #200
Comments
I'm able to get it to work by directly including the Receipt verification files in my project. I import the rest of RMStore via cocoapods. Files added directly to project:
Podfile:
|
I'll try this tonight and let you know if it works for me. Thank you. |
Unfortunately I'm still getting the same error. Reinstalled the pods (per above), and it's the same thing. Thank you for the tip. That's a version of openSSL I hadn't tried - tried the other two. [!] The 'Pods-Word Adventures' target has transitive dependencies that include static binaries: (/Users/panda/Desktop/Word Master v1/Pods/OpenSSL/lib/libcrypto.a and /Users/panda/Desktop/Word Master v1/Pods/OpenSSL/lib/libssl.a) |
I've been trying for a couple of days to get the installation to work, but unfortunately I haven't had very much success. It's all pinned by this error:
[!] The 'Pods-Word Adventures' target has transitive dependencies that include static binaries: (/Users/panda/Desktop/Word Master v1/Pods/OpenSSL/lib/libcrypto.a and /Users/panda/Desktop/Word Master v1/Pods/OpenSSL/lib/libssl.a)
I've tried:
Any guidance you could provide would be greatly helpful. I'd really like to use RMStore in my app.
Thanks,
Rich
The text was updated successfully, but these errors were encountered: