Closed ghasemikasra39 closed 3 years ago
You must use outdated version, it's changed since v. 1.1.x builds
Dear @krzyzanowskim
Detox is using OpenSSL-Universal (1.0.2.20)
, right ? You mean this version is outdated, correct ?
yes, you need 1.1.x where this problem is addressed.
Dear @krzyzanowskim
I noticed that OpenSSL-Universal
is a dependency of Flipper
and this package is always installed when creating any new React Native project.I tried to update OpenSSL-Universal
via pod update OpenSSL-Universal
, but it does not get updated. When I force the update, it regects because Flipper is dependent on 1.0.x
. How can solve this issue ?
You should reach to Flipper
(or whichever project is appropriate) to update the dependency. That's how it works.
You may try to add pod 'OpenSSL-Universal' , '~> 1.1.180'
to your Podfile, but I'm not sure it it's will do the trick with overwriting dependency - check with Cocoapods if it's possible.
Running
xcodebuild -workspace ios/detox.xcworkspace -scheme detox -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build
will give this error:Reproducible example: https://gitlab.com/ghasemikasra39/detox
Environment
Package.json: