krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
920 stars 340 forks source link

Xcode warning: libcrypto.a built for iOS. #38

Closed welljsjs closed 5 years ago

welljsjs commented 6 years ago

Just having some trouble with the libcrypto.a file. When building in Xcode, I get the following warning:

URGENT: building for OSX, but linking in object file ([...]/OpenSSL-Universal/lib-ios/libcrypto.a(cryptlib.o)) built for iOS. Note: This will be an error in the future.

However, when using lipo to determine the target architecture of the library, I get the following result: Architectures in the fat file: libcrypto.a are: i386 armv7 armv7s x86_64 arm64

Do you think this is an internal Xcode-bug?

Thanks in advance!

krzyzanowskim commented 5 years ago

I think it's fixed/addressed already, isn't it?