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

Missing dependencies #656

Closed
squarefrog opened this issue Nov 20, 2012 · 1 comment
Closed

Missing dependencies #656

squarefrog opened this issue Nov 20, 2012 · 1 comment

Comments

@squarefrog
Copy link
Contributor

I have an issue with my project, when using Cocoapods, or specifically the SVProgressHUD spec. Xcode reports cp: /SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle: No such file or directory when I have varified the bundle exists in ~/MyProjectFolder/Pods/SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle

If I comment out the last line in the Pods-resources.sh
install_resource 'SVProgressHUD/SVProgressHUD/SVProgressHUD.bundle'
then my project builds as expected, albeit with none of the SVProgressHUD resources. Any ideas of where to begin?

My Podfile contains the following:

platform :ios, '5.0'
xcodeproj 'ProjectName.xcodeproj'
pod 'KGNoise'
pod 'SVProgressHUD'

My pod --version is 0.15.2

@squarefrog
Copy link
Contributor Author

Ignore this -

The issue was because my project wasnt using the pods config file. Thanks for the superb documentation!

jzapater pushed a commit to jzapater/CocoaPods that referenced this issue Sep 17, 2013
Fixing ARC declarations on two related pods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant