I am using CoreBitcoin with Pod. It comes with two other pods, one is OpenSSL-Universal v(1.0.1.16). according to OpenSSL-Universal Github, many people was facing some warning like
`ld: warning: object file (/Users/me/projet/myProject/ios/Pods/OpenSSL-Universal/lib-ios/libcrypto.a(cversion.o)) was built for newer iOS version (9.2) than being linked (8.0)
`
as mentionned here
I already tried disabling all warning from pod project, it does disable all warning from the pod I did install, but not from the ones coming as dependencies of some pod.
I tried to install newer OpenSSL-Universal pod myself, but as you can imagine, it didn't solved my problem. It's just a warning problem so what I'm looking for :
- Can I find a way with my podfile to install CoreBitcoin with a newer version of OpenSSL-Universal, so new people working on the project would just have to clone it and won't have tons of warnings
or
- What kind of settings could I set to disable those warnings once for all
I am using Xcode v8.3.3 & pod v1.2.1