Closed marcelogoto closed 8 years ago
Do you have enough room on your disk?
Yes...pretty sure.
@marcelogoto Could be a different issue, but I had an existing /tmp/openssl
from a previously aborted attempt which was causing the same behavior. Deleting it and re-running pod install
worked for me.
@marcelogoto i come to exactly the same issue as yours. @FarAndHeight where is the /tmp/openssl folder?
@goodbless It's in the root directory.
@FarAndHeight Couldn't find this folder :(
Uhm, just go to finder and press SHIFT+CMD+G. In the popup enter /tmp
, you should be able to find the openssl
folder there
@gerald-coddut Thanks, but it didn't worked for me :(
I did found the /tmp folder, but there was no openssl folder there. Tried to run pod install and the folder appeared, but the error still persists...
Hm..I had that too; commented out the pod 'OpenSSL...
in my Podfile, deleted the openssl folder and did a pod install
again. Afterwards did a pod install
with OpenSSL enabled again.
Finally found what was causing this issue.
The XCode application must be named XCode
only. If you rename to anything else (mine was XCode 7.3
because I have different versions of it in my PC) the error will occur. So basically you'll need to set a default XCode and it will work.
Thanks everyone for your time! Hope this helps someone in the future :)
@marcelogoto I have the same issue. The /tmp/openssl folder is not there , Xcode is named Xcode only, disk is not full. Still the same error. Is there any other reason for why this is happening?
sudo xcode-select -switch /Applications/Xcode-7.3.1.app and remove /tmp/openssl work's for me
We use XCode 8 on macOS Sierra. Does this pod not work with that configuration? Thanks.
@yvsbb95 @kartickvad There is a solution for Xcode 8 on macOS Sierra.
rm -r ${TMPDIR}/openssl/
As seen in the script files are written to CURRENTPATH="${TMPDIR}/openssl"
so removing this one will reset the build process.
It really takes a while like 10 minutes or so. Do not interrupt, instead grab some more ☕️
In my case I fixed this error by setting the command line tools in xcode -> preferences -> locations. It was blank for some reason
The following helped me , too. Thanks !
@ikrenyi1 In my case I fixed this error by setting the command line tools in xcode -> preferences -> locations. It was blank for some reason
Still having this issue. Any other solution? Trying to install OpenSSL 1.0.210, Cocoapods version 1.5.3
I too am seeing this issue. I followed these extensive steps: https://stackoverflow.com/questions/49023709/updating-pods-not-working-which-were-working-previously-has-stopped-working?rq=1
but nothing has fixed it...
As an alternative, use the 'OpenSSL-Universal' pod:
pod 'OpenSSL-Universal', '~> 1.0'
That is an alternative thanks - however it's another Pod we use that is bringing in OpenSSL...so not an easy switch. Just frustrating that this pod has no issue on our other two machines we develop on - just the Jenkins slave box...
Downgrade cocoapods-downloader
to version 1.2.0 as mentioned in
https://github.com/FredericJacobs/OpenSSL-Pod/issues/49
Hey - I really appreciate your time and comments. @hkhandare It worked as soon as I downgraded cocoa pods-downloader! Now we can continue building - and will work to remove dependency on this pod...
Thanks marcelogoto,
marcelogoto is correct,your Xcode name should be default one i.e "XCode" mine was Xcode 9.2 ,Just rename it to XCode and it works
@sevenbanks has the correct answer thank you! fyi if you're using bundler, just add:
gem 'cocoapods-downloader', '1.2.0'
to your Gemfile and run bundle update cocoapods-downloader
(or update open ssl pod and hope it's fixed?)
Can't install Open SSL 1.0.2.13 pod in my Xcode Version 9.2 , Please Help me to slove this issue.
Hi guys!
I'm currently having some issues trying to install the OpenSSL pod. Oddly this error doesn't always happen, only in some PC's. Can someone shine a light on what may be causing this error?
Thanks!