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

[0.36.0.beta.2] Won't update to latest pod in podspec #3148

Closed
atomkirk opened this issue Feb 14, 2015 · 5 comments
Closed

[0.36.0.beta.2] Won't update to latest pod in podspec #3148

atomkirk opened this issue Feb 14, 2015 · 5 comments
Labels
t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!

Comments

@atomkirk
Copy link
Contributor

I have no idea if I've done something wrong or what, but I'll just state the facts:
I installed and tried 0.36.0.beta.2 and tried to install

pod 'MYSForms', path: 'libs/MYSForms'

which is at version 0.1.0 per the podspec file. But I kept getting Using MYSForms (0.0.4) when I did a pod install or pod update, or even after deleting my Podfile.lock file and doing a pod install.

So then I gem uninstall cococapods && gem install cocoapods to install 0.35.0, then I delete the lock file and I get Installing MYSForms 0.1.0 (was 0.0.4)

So the same steps 1) delete lock file 2) run pod install would not update the pod, but after downgrading from 0.36.0.beta.2 to 0.35.0 it worked.

@atomkirk
Copy link
Contributor Author

Also, when building in Xcode, no matter what I tried, after installing with 0.36.0.beta.2, I got this:

/Users/adamkirk/me/projects/two-stories/ios/Pods/${BUILT_PRODUCTS_DIR}/MYSForms.bundle
building file list ... rsync: link_stat "/Users/adamkirk/me/projects/two-stories/ios/Pods/${BUILT_PRODUCTS_DIR}/MYSForms.bundle" failed: No such file or directory (2)

After I downgraded to 0.35.0, it built fine.

@segiddins
Copy link
Member

The second issue has been fixed.

Can you provide the verbose output of running pod install with the latest beta, and also the contents of your Pods/Local Podspecs directory? Thanks!

@atomkirk
Copy link
Contributor Author

The second issue has been fixed in beta3?

@segiddins
Copy link
Member

A fix for it is in master (#3085).

@kylef kylef added the t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome! label Feb 21, 2015
@segiddins
Copy link
Member

Your issue is probably fixed by #3147. Feel free to re-open if that's not the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!
Projects
None yet
Development

No branches or pull requests

3 participants