krzyzanowskim / OpenSSL

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

Error stripping symbols on a release build #91

Closed franconob closed 3 years ago

franconob commented 3 years ago

Hello there! I'm having a problem compiling an RN app using a release scheme. I'm getting an error related to stripping debug symbols on OpenSSL:

image

Podfile contains: pod 'OpenSSL-Universal/Framework', '= 1.0.2.20'

Xcode version: 12.1 (also tried with v12.0.1)

Please let me know if you need more information like my build settings or anything you need.

Thanks!

krzyzanowskim commented 3 years ago

I don't think I can help you with that. Looks like a build configuration issue, but it's really hard for me to provide support to that. I have little knowledge about RN specific problems