Skip to content
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

Error installing Realm cocoapod #1520

Closed
drmarkpowell opened this issue Feb 18, 2015 · 2 comments
Closed

Error installing Realm cocoapod #1520

drmarkpowell opened this issue Feb 18, 2015 · 2 comments
Assignees

Comments

@drmarkpowell
Copy link

I'm having a similar issue to #1022. I'm on OS X 10.10.2, running XCode 6.1.1 and Cocoapods 0.35.0.

I get an error running pod install to configure Realm.
I tried removing /tmp/core_bin as suggested in issue #1022 but it didn't help.
Please advise!

Installing Realm (0.90.5)
[!] /usr/local/bin/bash
set -e
sh build.sh cocoapods-setup

core is not a symlink. Deleting...

Downloading dependency: core 0.88.1

Archive:  /tmp/core_bin/core-0.88.1.zip
  End-of-central-directory signature not found.  Either this file is not

  a zipfile, or it constitutes one disk of a multi-part archive.  In the

  latter case the central directory and zipfile comment will be found on

  the last disk(s) of this archive.

unzip:  cannot find zipfile directory in one of /tmp/core_bin/core-0.88.1.zip or

        /tmp/core_bin/core-0.88.1.zip.zip, and cannot find /tmp/core_bin/core-0.88.1.zip.ZIP, period.
@drmarkpowell
Copy link
Author

Wow, now today I removed the tmp/core_bin directory and tried again and it worked. Yesterday it was definitely broken on repeated attempts. At a guess, maybe the CI process was successful last night?

@mrackwitz
Copy link
Contributor

End-of-central-directory signature not found.  Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive.  In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.

What has seemingly happened here is that your download was corrupted.

At a guess, maybe the CI process was successful last night?

The versioned Core binary isn't altered once it is uploaded and no new version was released since yesterday.

As the problem doesn't continue to exist for you anymore, I'd close this issue for now. If you see this appearing again, feel free to reopen / comment on this issue to bring that to our attention.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants