-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump OpenSSL-Universal pod dependency to 1.1.171 #1735
Conversation
Pull Request Test Coverage Report for Build 396010412
💛 - Coveralls |
Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@passy has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
…release target. Related: facebook/flipper#1735
…release target. Related: facebook/flipper#1735
I was able to use the updated pod in react-native via: use_flipper!('Flipper-Folly' => { :podspec => 'https://raw.githubusercontent.com/facebook/flipper/master/iOS/Podspecs/Flipper-Folly.podspec' } ) If you don't use react-native, something like this should work: pod 'Flipper-Folly', :podspec => 'https://raw.githubusercontent.com/facebook/flipper/master/iOS/Podspecs/Flipper-Folly.podspec' |
Seems that this fix doesn't take care of the problem entirely. Running into #1758 now - same problem, but a different pod. |
…release target. Related: facebook/flipper#1735
Summary
This should fix the react-native issue with building on Xcode 12: facebook/react-native#29984
Changelog
Upgrade OpenSSL-Universal dependency on the one that includes arm for iPhone Simulator: https://github.com/krzyzanowskim/OpenSSL/releases
Test Plan
This PR is not intended to be merged directly, as more version bumping and propagation through the other pods will be needed.