Closed AdrianaPineda closed 9 years ago
+1
Any updates on this?
You're using Xcode 7 so why aren't you linking against iOS 9?
@FredericJacobs do you mean I should change podfile platform to 9.0? I've tried this and got tons of new warnings from other pods:
CocoaLumberjack.a(DDASLLogCapture.o)) was built for newer iOS version (9.0) than being linked (8.0)
These are warnings, will make sure to address for next version of OpenSSL (by setting a minimal SDK version). For now I wouldn't worry too much.
@FredericJacobs true, harmless warnings, but there are hundreds of them spamming the issue navigator.
@FredricJacobs : I am getting the same warning though My min SDK is iOS 7.0 object file (../Branch.framework/Branch(BNCEncodingUtils.o)) was built for newer iOS version (8.3) than being linked (7.0).
I have installed Branch SDK Without Pods.
Clear your Xcode cache and rebuild the project. It's not something related to OpenSSL.
I clean the code many times and built it but same warnings I am getting.
Not my problem ;)
The issue solved for me with 1.0.204.1. Thanks.
Hi. Im getting this warnings (a lot) when building my iOS app in Xcode 7 (simulator and devices).