krzyzanowskim / OpenSSL

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

1.0.2.18 crash #70

Closed vadimkklim closed 5 years ago

vadimkklim commented 5 years ago

1.0.2.18 does not allow me co Archive the build of IOS app. Xcode Version 10.1 (10B61)

Error message: ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1001.0.46.4.0_0' Reader: '1000.11.45.5_0')', using libLTO version 'LLVM version 10.0.0, (clang-1000.11.45.5)' for architecture armv7

after I switched to 1.0.2.13, everything became fine

krzyzanowskim commented 5 years ago

https://guides.cocoapods.org/using/the-podfile.html

Later on in the project you may want to freeze to a specific version of a Pod, in which case you can specify that version number. pod 'Objection', '0.9'